-
Notifications
You must be signed in to change notification settings - Fork 5.3k
make sure socket is intialized before connecting TCPClient #69540
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
Conversation
|
Tagging subscribers to this area: @dotnet/ncl Issue Detailsfixes #69493
|
|
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
It looks like all |
yes, it seems like. |
|
I made another change @MihaZupan to set the |
|
Technically this makes it so you can never observe |
|
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
all failures are unrelated |
fixes #69493
Socket can be explicitly set to
nullafter created in constructor.