浏览代码

Fix synchronization exception

olegkap_cp 13 年之前
父节点
当前提交
9dbd001bad
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
             }
         }