-
Notifications
You must be signed in to change notification settings - Fork 11
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
Connection cancellation token is ignored #109
Labels
Comments
ForNeVeR
added a commit
that referenced
this issue
Sep 21, 2021
Explicit .NET 5 build is required to support TcpClient connection cancellation.
Merged
ForNeVeR
added a commit
that referenced
this issue
Sep 21, 2021
ForNeVeR
added a commit
that referenced
this issue
Sep 21, 2021
ForNeVeR
added a commit
that referenced
this issue
Sep 21, 2021
ForNeVeR
added a commit
that referenced
this issue
Sep 21, 2021
ForNeVeR
added a commit
that referenced
this issue
Sep 22, 2021
ForNeVeR
added a commit
that referenced
this issue
Sep 22, 2021
ForNeVeR
added a commit
that referenced
this issue
Sep 23, 2021
ForNeVeR
added a commit
that referenced
this issue
Sep 23, 2021
ForNeVeR
added a commit
that referenced
this issue
Sep 23, 2021
ForNeVeR
added a commit
that referenced
this issue
Sep 24, 2021
ForNeVeR
added a commit
that referenced
this issue
Sep 24, 2021
ForNeVeR
added a commit
that referenced
this issue
Sep 24, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have a nice api
XmppTcpConnection::ConnectAsync(CancellationToken)
, but the token is completely ignored there.This breaks an ability to cancel the connection.
The text was updated successfully, but these errors were encountered: