-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incident: XMPP reconnection and total containment failure #141
Labels
Comments
Linked: vitalyster/SharpXMPP#109. |
ForNeVeR
added a commit
that referenced
this issue
Sep 25, 2021
ForNeVeR
added a commit
that referenced
this issue
Sep 25, 2021
ForNeVeR
added a commit
that referenced
this issue
Sep 25, 2021
ForNeVeR
added a commit
that referenced
this issue
Sep 25, 2021
ForNeVeR
added a commit
that referenced
this issue
Sep 25, 2021
This version has better connection timeout support.
ForNeVeR
added a commit
that referenced
this issue
Sep 25, 2021
ForNeVeR
added a commit
that referenced
this issue
Sep 26, 2021
ForNeVeR
added a commit
that referenced
this issue
Sep 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see the following in the logs from 2021-09-12:
After this, nothing.
The server is expected to send us the following message (dump taken from a previous, successful reconnection attempt):
But, this time, it sent us nothing at all. So, we're endlessly waiting for something from it, but nothing comes in this place:
emulsion/Emulsion/Xmpp/XmppClient.fs
Lines 32 to 39 in 68649ea
I've tried restarting the XMPP server and even disabling the network on computer to make the socket to terminate and connection to proceed, but it didn't worked. We lost a bunch of data.
So, useful information:
ConnectionFailedHandler
if the connection was terminated at this place.The text was updated successfully, but these errors were encountered: