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
Currently stompjs does not provide configurable options for retrying WebSocket reconnections after disconnects.
It would be very helpful if stompjs could support custom retry policies through configuration options, similar to the reconnection options provided in socket.io:
Currently stompjs does not provide configurable options for retrying WebSocket reconnections after disconnects.
It would be very helpful if stompjs could support custom retry policies through configuration options, similar to the reconnection options provided in socket.io:
https://socket.io/docs/v4/client-options/#randomizationfactor
The key options are:
With configurable retry, users can implement backoff retry, customize max intervals and attempts according to their needs.
The text was updated successfully, but these errors were encountered: