Selaa lähdekoodia

Fix synchronization exception

olegkap_cp 13 vuotta sitten
vanhempi
sitoutus
9dbd001bad
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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);
             }
         }