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
await client.ConnectAsync(cancellationToken);
I have this code but when the cancellation token is called it continues to try and connect for about 3 seconds?
How can I make it completely stop trying to connect so my application can close?
The text was updated successfully, but these errors were encountered:
Can you pause while debugging to see where in the code the program is waiting?
And what version of .NET is the program? What version of SSH.NET?
Sorry, something went wrong.
No branches or pull requests
await client.ConnectAsync(cancellationToken);
I have this code but when the cancellation token is called it continues to try and connect for about 3 seconds?
How can I make it completely stop trying to connect so my application can close?
The text was updated successfully, but these errors were encountered: