We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2e552 commit a530090Copy full SHA for a530090
src/Renci.SshNet/Channels/Channel.cs
@@ -834,7 +834,6 @@ protected virtual void Dispose(bool disposing)
834
var session = _session;
835
if (session != null)
836
{
837
- _session = null;
838
session.ChannelWindowAdjustReceived -= OnChannelWindowAdjust;
839
session.ChannelDataReceived -= OnChannelData;
840
session.ChannelExtendedDataReceived -= OnChannelExtendedData;
0 commit comments