Przeglądaj źródła

Fix synchronization exception

olegkap_cp 13 lat temu
rodzic
commit
9dbd001bad
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Renci.SshClient/Renci.SshNet/Session.cs

+ 1 - 1
Renci.SshClient/Renci.SshNet/Session.cs

@@ -743,7 +743,7 @@ namespace Renci.SshNet
 
                 this._outboundPacketSequence++;
 
-                Monitor.Pulse(this._socket);
+                Monitor.Pulse(this._socketLock);
             }
         }