We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The reason is in this line of code:
SharpXMPP/SharpXMPP.Shared/XmppTcpConnection.cs
Line 79 in 6a187ed
Prosody closes the XML correctly, thus it will just start returning false in loop instead of trying to read more from the stream and failing.
false
The text was updated successfully, but these errors were encountered:
Add a test for a connection terminated by server (#21)
2438978
Add a check for a connection terminated by server (#21)
476a503
aaed998
ForNeVeR
Successfully merging a pull request may close this issue.
The reason is in this line of code:
SharpXMPP/SharpXMPP.Shared/XmppTcpConnection.cs
Line 79 in 6a187ed
Prosody closes the XML correctly, thus it will just start returning
false
in loop instead of trying to read more from the stream and failing.The text was updated successfully, but these errors were encountered: