nim-json-rpc/json_rpc/clients
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
..
httpclient.nim Various error handling and processing fixes (#228) 2024-10-22 21:58:46 +02:00
socketclient.nim Various error handling and processing fixes (#228) 2024-10-22 21:58:46 +02:00
websocketclient.nim Various error handling and processing fixes (#228) 2024-10-22 21:58:46 +02:00
websocketclientimpl.nim Various error handling and processing fixes (#228) 2024-10-22 21:58:46 +02:00