We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e7bc8 commit e9807efCopy full SHA for e9807ef
src/Renci.SshNet/Session.NET.cs
@@ -40,8 +40,8 @@ public partial class Session
40
/// <para>
41
/// When a <see cref="Socket"/> is used from multiple threads, there's a race condition
42
/// between the invocation of <see cref="Socket.Poll(int, SelectMode)"/> and the moment
43
- /// when the value of <see cref="Socket.Available"/> is obtained. As a workaround, we signal
44
- /// when bytes are read from the <see cref="Socket"/>.
+ /// when the value of <see cref="Socket.Available"/> is obtained. To workaround this issue
+ /// we synchronize reads from the <see cref="Socket"/>.
45
/// </para>
46
/// </remarks>
47
#else
0 commit comments