Uh oh!
There was an error while loading. Please reload this page.
Fix Socket.Closetimeout parameter doc - #7888
Conversation
ghost
commented
Mar 28, 2022
Tagging subscribers to this area: @dotnet/ncl Issue DetailsSummaryAs described in dotnet/runtime#64860 (comment), this PR provides a fix for /cc @danmoseley
|
danmoseley
left a comment
There was a problem hiding this comment.
thanks. Please ensure that the XML comments in the code also say milliseconds.
deeprobin
commented
Mar 28, 2022
In the current code this is undocumented. |
opbld30
commented
Mar 28, 2022
Docs Build status updates of commit 4ec523c: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Summary
As described in dotnet/runtime#64860 (comment), this PR provides a fix for
seconds->milliseconds, sincesetsockoptexpects a milliseconds value./cc @danmoseley
/cc @stephentoub