Explorar el Código

Fix synchronization exception

olegkap_cp hace 13 años
padre
commit
9dbd001bad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
             }
         }