nim-json-rpc/json_rpc/clients
jangko 318949a401
fixes ws rpc client bug: error when trying to connect to infura
fixes #109

previously, if using uri such as "wss://mainnet.infura.io/ws/v3/infura-id",
the client will throw error. this bug already fixed in nim-websock,
now this also fixed in json-rpc. it works when connected to infura wss.
2021-07-19 10:35:23 +07:00
..
httpclient.nim simplify imports (#98) 2021-03-26 13:17:00 +01:00
socketclient.nim More proper client closing code 2021-04-07 00:40:54 +03:00
websocketclient.nim fixes ws rpc client bug: error when trying to connect to infura 2021-07-19 10:35:23 +07:00