You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DiagnosticAbstraction.Log(string.Format("SendMessage to server '{0}': '{1}'.",message.GetType().Name,message));
785
+
DiagnosticAbstraction.Log(string.Format("[{0}] SendMessage to server '{1}': '{2}'.",ToHex(SessionId),message.GetType().Name,message));
784
786
785
787
// Messages can be sent by different thread so we need to synchronize it
786
788
varpaddingMultiplier=_clientCipher==null?(byte)8:Math.Max((byte)8,_serverCipher.MinimumSize);// Should be recalculate base on cipher min length if cipher specified
_exception=newSshConnectionException(string.Format(CultureInfo.InvariantCulture,"The connection was closed by the server: {0} ({1}).",message.Description,message.ReasonCode),message.ReasonCode);
1233
1235
_exceptionWaitHandle.Set();
@@ -1655,11 +1657,11 @@ private Message LoadMessage(byte[] data, int offset)
0 commit comments