mirror of
https://github.com/status-im/nim-json-rpc.git
synced 2025-02-25 02:35:15 +00:00
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.