Wrong stream being closed ? #211
OndrejMicina
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am just going trough the
SimpleTcpClient.cs
, especially methodsConnect()
andConnectWithRetries()
. In part where we are registering callback for cancelation token, I can not understand why we are closing_sslStream
in the condition(!_ssl)
. Any explanation, why it is like this, is welcomed, thank you.Beta Was this translation helpful? Give feedback.
All reactions