nim-json-rpc/json_rpc
Jacek Sieka 98a5efba4d
Various error handling and processing fixes (#228)
* remove redundant gcsafe/raises
* rework async raises to chronos 4.0 where this was not yet done
* streamline logging between http/socket/ws
  * don't log error when raising exceptions (whoever handles should log)
  * debug-log requests in all variants of server and client
* unify ipv4/ipv6 address resolution, with preference for ipv6
* fix server start so that it consistently raises only when no addresses
could be bound
2024-10-22 21:58:46 +02:00
..
clients Various error handling and processing fixes (#228) 2024-10-22 21:58:46 +02:00
private Various error handling and processing fixes (#228) 2024-10-22 21:58:46 +02:00
servers Various error handling and processing fixes (#228) 2024-10-22 21:58:46 +02:00
client.nim Various error handling and processing fixes (#228) 2024-10-22 21:58:46 +02:00
errors.nim Various error handling and processing fixes (#228) 2024-10-22 21:58:46 +02:00
jsonmarshal.nim Various error handling and processing fixes (#228) 2024-10-22 21:58:46 +02:00
router.nim Various error handling and processing fixes (#228) 2024-10-22 21:58:46 +02:00
rpcclient.nim Add copyright to source file 2023-12-14 08:34:13 +07:00
rpcproxy.nim Various error handling and processing fixes (#228) 2024-10-22 21:58:46 +02:00
rpcserver.nim Add copyright to source file 2023-12-14 08:34:13 +07:00
server.nim Various error handling and processing fixes (#228) 2024-10-22 21:58:46 +02:00