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
#2684 introduced support for reconnection, but if the underlying Flux is no longer active, that reconnection keeps trying indefinitely.
That can happen, for example, after server timeout (ApplicationConfig.WEBSOCKET_IDLETIME in the Atmosphere servlet configuration).
Expected-behavior
When the Flux is no longer there, the retry should stop at the first attempt and the API should give the developer an option to reconnect. There's no universal logic for that: only the developer knows what to do in that case.
Reproduction
Configuring a short idle time (it's in milliseconds) allows to test that case easily.
System Info
Hilla 24.5.alpha13
The text was updated successfully, but these errors were encountered:
Describe the bug
#2684 introduced support for reconnection, but if the underlying Flux is no longer active, that reconnection keeps trying indefinitely.
That can happen, for example, after server timeout (
ApplicationConfig.WEBSOCKET_IDLETIME
in the Atmosphere servlet configuration).Expected-behavior
When the Flux is no longer there, the retry should stop at the first attempt and the API should give the developer an option to reconnect. There's no universal logic for that: only the developer knows what to do in that case.
Reproduction
Configuring a short idle time (it's in milliseconds) allows to test that case easily.
System Info
Hilla 24.5.alpha13
The text was updated successfully, but these errors were encountered: