Skip to content

Commit e9807ef

Browse files
committed
Fix doc to correspond with new implementation.
1 parent 77e7bc8 commit e9807ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Renci.SshNet/Session.NET.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public partial class Session
4040
/// <para>
4141
/// When a <see cref="Socket"/> is used from multiple threads, there's a race condition
4242
/// 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"/>.
43+
/// when the value of <see cref="Socket.Available"/> is obtained. To workaround this issue
44+
/// we synchronize reads from the <see cref="Socket"/>.
4545
/// </para>
4646
/// </remarks>
4747
#else

0 commit comments

Comments
 (0)