소스 검색

Fix doc to correspond with new implementation.

drieseng 9 년 전
부모
커밋
e9807ef3f8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/Renci.SshNet/Session.NET.cs

+ 2 - 2
src/Renci.SshNet/Session.NET.cs

@@ -40,8 +40,8 @@ namespace Renci.SshNet
         /// <para>
         /// When a <see cref="Socket"/> is used from multiple threads, there's a race condition
         /// between the invocation of <see cref="Socket.Poll(int, SelectMode)"/> and the moment
-        /// when the value of <see cref="Socket.Available"/> is obtained. As a workaround, we signal
-        /// 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"/>.
         /// </para>
         /// </remarks>
 #else