I'm using isomorphic-ws
for a WebSockets client. When my server disconnects or the connection drops, it doesn't reconnect. When searching for a solution to reconnect it, this SO question simply suggests using ws-reconnect
. This isn't possible since I'm not using ws
, but isomorphic-ws
. What is the proper way to reconnect with isomorphic-ws
?
Asked
Active
Viewed 151 times
1

MaiaVictor
- 51,090
- 44
- 144
- 286
-
hey, were you ever able to do it? I'm having the same issue now – Danf Aug 05 '20 at 12:33
-
No. (character limit) – MaiaVictor Aug 06 '20 at 13:14
-
1that's encouraging... – Danf Aug 06 '20 at 14:34