소스 검색

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);
             }
         }