From 2a1bf9944dd3d7ee0641a49c7e106bfd7f8c9438 Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Tue, 20 Feb 2024 21:27:06 +0100 Subject: [PATCH] bump `nim-json-rpc` to `9c65df305390ab01a13788af5aea78cd62dceb2a` (#5923) - Client also handle error message if id is null - Client pass meaningful error to newFut when processMessage failed - Refactoring: extract rpc handler from HTTP and WebSocket server - Use pragma push/pop pair to disable warning - http server better exception handling - Fix CI badge url - Upgrade github actions to v4 - Revert "Fix CI badge url" - HttpAuthHook use async raises - Move CancelledError handling to outer try/except of RpcWebsocketServer - Implement RPC batch call both in servers and clients - v0.4.0 - Should compile if chronicles log turned on - Add framework to support more optional types - v0.4.2 - test refc in CI in Nim 2.0 and later - use non-EOL macOS version for GitHub Actions CI - avoid failing uninitialized `Future` - Improve batch call example and wrapper comments - Fix ws and socket client error handling and add test to #212 - Add build test with chronicles to json enabled --- vendor/nim-json-rpc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/nim-json-rpc b/vendor/nim-json-rpc index 8d79d5284..9c65df305 160000 --- a/vendor/nim-json-rpc +++ b/vendor/nim-json-rpc @@ -1 +1 @@ -Subproject commit 8d79d528412d7cdd022ff91fb6bacd4f5bb01d58 +Subproject commit 9c65df305390ab01a13788af5aea78cd62dceb2a