python-jsonrpc-server icon indicating copy to clipboard operation
python-jsonrpc-server copied to clipboard

A Python 2 and 3 asynchronous JSON RPC server

Results 18 python-jsonrpc-server issues
Sort by recently updated
recently updated
newest added

This repo uses an old version of Versioneer, which uses the `SafeConfigParser` deprecated in Python 3.2 and to be removed in 3.12. * https://github.com/python/cpython/pull/92503 * https://bugzilla.redhat.com/show_bug.cgi?id=2026768 Please update to the...

While using python-jsonrpc-server if I start typing fast in the monaco editor (which I am using coupled with monaco-languageclient), I get a flurry of warnings WARNING - pyls_jsonrpc.endpoint - Received...

**Issue:** subprocesses created from langserver_ext.py take up too much memory. Often, one process takes over 100MB. How can I reduce the memory size of each process? I also found that...

https://github.com/palantir/python-jsonrpc-server/blob/73ab099c0a3d7d68cfb3e785a4271a7e44447833/test/test_streams.py#L84 The [python-jsonrpc-server](https://packages.msys2.org/base/mingw-w64-python-jsonrpc-server) package now available via MSYS2 distro. While creating this package, I noticed behavior that does not require any special handling in our case. See [002-python-jsonrpc-server-0.4.0-fix-test.patch](https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-python-jsonrpc-server/002-python-jsonrpc-server-0.4.0-fix-test.patch) for more...

ID can be string, number, or null. Number does not seem to be supported. ``` jsonrpc-plugin-854987fc66-mt9n9 main 127.0.0.1 - - [19/Feb/2021 05:15:01] code 400, message Bad request syntax ('{"method":"init","params":[{}],"id":0}') jsonrpc-plugin-854987fc66-mt9n9...

The `test_writer_bad_message` fails when running in a timezone other than UTC, as the `timestamp()` method presumes that it is local time unless a timezone is specified, and so the assert...

im trying to packages python-jsonrpc-server for Debian but i get this issue on the test with python3.8 Im try to use the patch from https://git.archlinux.org/svntogit/community.git/tree/trunk/python-3.8.patch?h=packages/python-jsonrpc-server but i get this issue:...

I'm use examples/langserver_ext.py. when i input ,always receive this warning, and it's not work,editor no response ,i need help ``` 2020-09-22 00:02:28,387 UTC - WARNING - pyls_jsonrpc.endpoint - Received cancel...

This PR enables this package to use asyncio constructs by default, all the functions were migrated to use async/await syntax and ThreadPoolExecutor was removed and replaced by asyncio.tasks

D:\work\onlinepythonedit\work\online_python_edit_and_run\app\languageServer> python .\python_server.py Traceback (most recent call last): File ".\python_server.py", line 74, in app.listen(3000, address='127.0.0.1') File "E:\Program Files\python\lib\site-packages\tornado\web.py", line 2116, in listen server.listen(port, address) File "E:\Program Files\python\lib\site-packages\tornado\tcpserver.py", line 152, in...