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: https://github.com/vitalyster/SharpXMPP/blob/6a187edbe8b6ebf93c90dd10c622f944419e407f/SharpXMPP.Shared/XmppTcpConnection.cs#L79
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:
Depends on vitalyster/SharpXMPP#21.
Sorry, something went wrong.
Update to a newer unpublished version of SharpXMPP (#41)
942e785
Update to SharpXMPP 0.0.2 (#41)
be1f214
4956dab
ForNeVeR
Successfully merging a pull request may close this issue.
The reason is in this line of code: https://github.com/vitalyster/SharpXMPP/blob/6a187edbe8b6ebf93c90dd10c622f944419e407f/SharpXMPP.Shared/XmppTcpConnection.cs#L79
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: