You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm using the wagmi hooks for react but the error message shows that this is coming from viem:
292-a9b74eb148204e25.js:29 Uncaught (in promise) TimeoutError: The request took too long to respond.
URL: wss://ws.pulsechain.com/
Request body: {"method":"eth_uninstallFilter","params":["0x208b0100000000001c5f08aa63a10a3c"]}
Details: The request timed out.
Version: [email protected]
at Object.webSocketAsync (292-a9b74eb148204e25.js:29:21319)
at request (292-a9b74eb148204e25.js:29:22602)
at async withRetry.delay.count (292-a9b74eb148204e25.js:28:141938)
at async attemptRetry (292-a9b74eb148204e25.js:28:141444)
Pretty hard to understand what's really going on here - thing is the websocket connection get closed over and over again:
I saw that sometimes there are 3 open websocket connections at the same time. Has anybody ever faced this and found a proper solution?
Basically I just want to listen to 2 events on two contracts and sometimes refresh my page if a transaction has been found which matches my conditions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So I'm using the wagmi hooks for react but the error message shows that this is coming from viem:
Pretty hard to understand what's really going on here - thing is the websocket connection get closed over and over again:
I saw that sometimes there are 3 open websocket connections at the same time. Has anybody ever faced this and found a proper solution?
Basically I just want to listen to 2 events on two contracts and sometimes refresh my page if a transaction has been found which matches my conditions.
Any ideas would be much appreciated
Beta Was this translation helpful? Give feedback.
All reactions