↧
Source code checked in, #40910
Avoid sending data on a socket that is closed (by ourselves).
View ArticleSource code checked in, #40924
No longer disconnect the SSH session whenever a timeout occurs waiting for a WaitHande to become signaled.
View ArticleSource code checked in, #40925
When disposing a client, (re)use Disconnect() to signal that we're disconnecting - hereby avoiding exceptions getting thrown for a waithandle timeout (waiting for a SSH response message). Note: may...
View ArticleSource code checked in, #40956
Introduce TrySendMessage method on Session which will not let SocketException or SshException exception bubble up, but instead return false in this case. Use TrySendMessage to send SSH_MSG_DISCONNECT,...
View ArticleSource code checked in, #40995
Reduce default buffer size as workaround for SSH servers issues.
View Article