nim-json-rpc/json_rpc/servers
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
..
httpserver.nim Various error handling and processing fixes (#228) 2024-10-22 21:58:46 +02:00
socketserver.nim Various error handling and processing fixes (#228) 2024-10-22 21:58:46 +02:00
websocketserver.nim Various error handling and processing fixes (#228) 2024-10-22 21:58:46 +02:00