Преглед на файлове

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