Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
doodz opened this issue Nov 21, 2021 · 0 comments

Comments

@doodz
Copy link
Owner

doodz commented Nov 21, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant