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
I have an issue when I restart my backend and the package's reconnection process occurs.
My client logs shows :
pings from server
connection to server lost
reconnection loop
connected with new connection id
pings from server
Then even if it seams the reconnection did work as expected, I get a 'Connection timed out' from _ClientSocketException in ioclient.dart from package's http package after trying to asynchronously call the /negociate endpoint.
I tried to implement the reconnection myself but the same issue occurs.
Is this something I should handle in a particular way ?
Thanks in advance for any advise.
The text was updated successfully, but these errors were encountered:
First, thank you very much for this package.
I have an issue when I restart my backend and the package's reconnection process occurs.
My client logs shows :
Then even if it seams the reconnection did work as expected, I get a 'Connection timed out' from _ClientSocketException in ioclient.dart from package's http package after trying to asynchronously call the /negociate endpoint.
I tried to implement the reconnection myself but the same issue occurs.
Is this something I should handle in a particular way ?
Thanks in advance for any advise.
The text was updated successfully, but these errors were encountered: