Websocket - auto reconnect on clean close events #6709
alan-bio
started this conversation in
Ideas / Feature request
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In order to make our websocket more robust on the client, we'd like to be able to automatically reconnect to the websocket on clean close events to avoid having our components etc needing to resubscribe to the websocket subject.
Maybe this could be done by having a custom close event handler for the websocket or something? Or putting close events on the error stream?
Beta Was this translation helpful? Give feedback.
All reactions