Commit 2821211
committed
json_rpc: bump
async raises, protocol adherence improvements and memory usage
reductions1 parent 774ad73 commit 2821211
1 file changed
+1
-1
lines changedSubmodule nim-json-rpc updated 25 files
- .github/workflows/ci.yml+5-2
- json_rpc.nimble+5-5
- json_rpc/client.nim+217-165
- json_rpc/clients/httpclient.nim+54-166
- json_rpc/clients/socketclient.nim+64-99
- json_rpc/clients/websocketclient.nim+131-9
- json_rpc/clients/websocketclientimpl.nim-158
- json_rpc/errors.nim+19-17
- json_rpc/private/client_handler_wrapper.nim+8-7
- json_rpc/private/jrpc_sys.nim+122-56
- json_rpc/private/shared_wrapper.nim+2-2
- json_rpc/router.nim+53-78
- json_rpc/rpcproxy.nim+4-5
- json_rpc/server.nim+4-9
- json_rpc/servers/httpserver.nim+2-2
- json_rpc/servers/socketserver.nim+6-2
- json_rpc/servers/websocketserver.nim+1-3
- tests/private/helpers.nim+16
- tests/test_callsigs.nim+2-2
- tests/test_client_hook.nim+23-19
- tests/test_jrpc_sys.nim+238-249
- tests/test_router_rpc.nim+18-18
- tests/testethcalls.nim+2-2
- tests/testhttp.nim+2-1
- tests/testrpcmacro.nim-20
0 commit comments