arpan_jain

Results 2 comments of arpan_jain

Hey @nstylo I am running a node.js application, which listens to events on websocket, via the viem client,. and then inserts these events in a mongoDb collection. I am re-using...

> @arpan-jain have you checked [websockets/ws#1869](https://github.com/websockets/ws/issues/1869)? what does `netstat` tell you? Yes. netstat shows me new connections with `ESTABLISHED` state. And i checked, setting `reconnect: true` while creating publicClient, also...