-
Notifications
You must be signed in to change notification settings - Fork 796
WS Provider Panic - reason: "upstream went away" #1815
Comments
same issue here. |
Hi guys, |
Getting a similar issue (for a different ws error):
Seems to be panicing at the same spot as OP describes: ethers-rs/ethers-providers/src/transports/ws.rs Lines 249 to 258 in 4b68562
Would love to have a solution as mentioned in #1675 so I can gracefully handle the reconnect, |
I am occasionally hitting the below panic in
ethers-providers/src/transports/ws.rs
implWsServer
The error message I get is "upstream went away", I believe this is a network / reliability issue with my json-rpc provider however I would like to catch it and restart the listening thread - this panic is making that difficult.
Are there any recommendations on how to proceed?
Thanks,
Matt
The text was updated successfully, but these errors were encountered: