neo-go/pkg/rpc
Roman Khimov a2126b92e1 rpc/server: only log errors during Shutdown
Sending them down the errChan is not really helpful and it can lead to
deadlock. If an error happens during node shutdown, we're exiting anyway, if
it happens during service restart, the old server will be dead irrespective of
this error (if this affects new one in any way we'll know it soon).
2022-04-26 00:31:48 +03:00
..
client fix typo's 2022-04-20 14:00:12 +02:00
request rpc: add Rules signer scope to request parameters 2022-03-03 12:18:19 +03:00
response rpc: adjust getversion RPC response 2022-04-14 13:51:30 +03:00
server rpc/server: only log errors during Shutdown 2022-04-26 00:31:48 +03:00
rpc_config.go rpc: add StartWhenSynchronized option, fix #2433 2022-04-26 00:31:48 +03:00