Uh oh!
There was an error while loading. Please reload this page.
TcpClient.ConnectAsync(EndPoint) - #44110
Conversation
Dotnet-GitSync-Bot
commented
Oct 31, 2020
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
ghost
commented
Oct 31, 2020
Tagging subscribers to this area: @dotnet/ncl |
ghost
commented
Oct 31, 2020
Tagging subscribers to this area: @dotnet/ncl |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
stephentoub
left a comment
There was a problem hiding this comment.
A few comments, but otherwise LGTM. Thanks.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
geoffkizer
commented
Nov 2, 2020
We really should have cancellation tests for the cancellation overloads, but since we don't today it's fine to skip them. Since it's literally just a pass-through to Socket it's not a big deal. |
geoffkizer
commented
Nov 3, 2020
Thanks @MartyIX! |
Tentative attempt to fix#43111.
I'm not familiar with this code so it may be totally off. I'm not sure. Feedback is welcome. Or if somebody wants to finish the job, I'm not against.
Friendly ping @karelz@geoffkizer