Uh oh!
There was an error while loading. Please reload this page.
implement ConnectAsync overloads with CancellationToken on Socket and TcpClient - #40750
Conversation
Dotnet-GitSync-Bot
commented
Aug 13, 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
Aug 13, 2020
Tagging subscribers to this area: @dotnet/ncl |
geoffkizer
commented
Aug 13, 2020
/azp run runtime-libraries outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
stephentoub
left a comment
There was a problem hiding this comment.
Can we use this now in the connection factory stuff?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
antonfirsov
commented
Aug 13, 2020
Good question which PR gets merged first. If mine, we can do it in a follow-up PR. |
Uh oh!
There was an error while loading. Please reload this page.
geoffkizer
commented
Aug 13, 2020
/azp run runtime-libraries outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
geoffkizer
commented
Aug 13, 2020
/azp run runtime-libraries outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
150219b to
0aa6f16Comparegeoffkizer
commented
Aug 15, 2020
I also modified SocketConnectionFactory to use the new ConnectAsync API. |
geoffkizer
commented
Aug 15, 2020
/azp run runtime-libraries outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
geoffkizer
commented
Aug 15, 2020
/azp run runtime-libraries outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
geoffkizer
commented
Aug 16, 2020
/azp run runtime-libraries outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
MartyIX
commented
Oct 6, 2020
@geoffkizer Is |
geoffkizer
commented
Oct 6, 2020
I think it just never got added. Feel free to file an issue on it. |
Contributes to #33418
@stephentoub @dotnet/ncl