doodz / Doods.Xam.MonitorMyServer

project written in C# (Xamarin.Forms) for android
7 stars 0 forks source link

Fix Renci.SshNet.Common.SshOperationTimeoutException: Session operation has timed out in Session.WaitOnHandle (System.Threading.WaitHandle waitHandle, System.TimeSpan timeout) #177

Open doodz opened 2 years ago

doodz commented 2 years ago

Version master_142(142)

Stacktrace

Renci.SshNet.Session.WaitOnHandle (System.Threading.WaitHandle waitHandle, System.TimeSpan timeout) [0x00065] in :0;Renci.SshNet

Renci.SshNet.Session.Renci.SshNet.ISession.WaitOnHandle (System.Threading.WaitHandle waitHandle) [0x0000d] in :0;Renci.SshNet.Session.Renci.SshNet

Renci.SshNet.Channels.Channel.WaitOnHandle (System.Threading.WaitHandle waitHandle) [0x00000] in :0;Renci.SshNet.Channels

Renci.SshNet.Channels.ChannelSession.SendExecRequest (System.String command) [0x0002e] in :0;Renci.SshNet.Channels

Renci.SshNet.SshCommand.BeginExecute (System.AsyncCallback callback, System.Object state) [0x000ec] in :0;Renci.SshNet

Doods.Framework.Ssh.Std.SshServiceBase.DoAsGetAsync (Renci.SshNet.SshClient ssh, Doods.Framework.Ssh.Std.Interfaces.ISshRequest request, System.Action`1[T] responseCb) [0x00026] in <807e6269d2d0405c85eed53decab0ca7>:0;Doods.Framework.Ssh.Std

Doods.Framework.Ssh.Std.SshServiceBase.ExecuteAsync (Doods.Framework.Ssh.Std.Interfaces.ISshRequest request, System.Action2[T1,T2] callback, System.Func4[T1,T2,T3,TResult] getSshRequest) [0x00040] in <807e6269d2d0405c85eed53decab0ca7>:0;Doods.Framework.Ssh.Std

Doods.Framework.Ssh.Std.SshServiceBase.ExecuteAsync (Doods.Framework.Ssh.Std.Interfaces.ISshRequest request, System.Action`2[T1,T2] callback) [0x00000] in <807e6269d2d0405c85eed53decab0ca7>:0;Doods.Framework.Ssh.Std

Doods.Framework.Ssh.Std.SshServiceBase.ExecuteAsync[T] (Doods.Framework.Ssh.Std.Interfaces.ISshRequest request, System.Action`2[T1,T2] callback) [0x0001b] in <807e6269d2d0405c85eed53decab0ca7>:0;Doods.Framework.Ssh.Std

Doods.Framework.Ssh.Std.SshServiceBase.ExecuteTaskAsync[T] (Doods.Framework.Ssh.Std.Interfaces.ISshRequest request, System.Threading.CancellationToken token) [0x00033] in <807e6269d2d0405c85eed53decab0ca7>:0;Doods.Framework.Ssh.Std

Doods.Xam.MonitorMyServer.Services.SshService.IsRunning (System.Int32 pid) [0x0007c] in :0;Doods.Xam.MonitorMyServer.Services

Doods.Xam.MonitorMyServer.Services.PidStatusChecker.CheckStatus (System.Object stateInfo) [0x0014c] in :0;Doods.Xam.MonitorMyServer.Services

Reason

Renci.SshNet.Common.SshOperationTimeoutException: Session operation has timed out

Link to App Center