mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Close is successful - so at least we can reelase some resources for now...
Added a log message also...
This commit is contained in:
@@ -237,8 +237,11 @@ namespace mRemoteNG.Connection.Protocol
|
||||
try
|
||||
{
|
||||
Console.WriteLine(@"Skipping Dispose for now!");
|
||||
PuttyProcess.Close();
|
||||
// TODO: Figure out why this hangs...
|
||||
//PuttyProcess.Dispose();
|
||||
}
|
||||
Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, Language.strPuttyDisposeFailed + Environment.NewLine + @"SKIPPING DISPOSE - CAUSES HANG IN THIS BUILD!!!", true);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, Language.strPuttyDisposeFailed + Environment.NewLine + ex.Message, true);
|
||||
|
||||
Reference in New Issue
Block a user