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 23168f4 commit 4583da5Copy full SHA for 4583da5
1 file changed
src/Renci.SshNet/Session.cs
@@ -1992,8 +1992,6 @@ private void MessageListener()
1992
// * a call to Disconnect()
1993
// * a call to Dispose()
1994
// * a SSH_MSG_DISCONNECT received from server
1995
-
1996
- Console.WriteLine("B");
1997
break;
1998
}
1999
@@ -2002,16 +2000,13 @@ private void MessageListener()
2002
2000
{
2003
2001
// connection with SSH server was closed;
2004
// break out of the message loop
2005
- Console.WriteLine("C");
2006
2007
2008
2009
// process message
2010
message.Process(this);
2011
2012
2013
- Console.WriteLine("D");
2014
2015
// connection with SSH server was closed or socket was disposed
2016
RaiseError(CreateConnectionAbortedByServerException());
2017
0 commit comments