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 System.Net.Sockets.SocketException: Network subsystem is down in SocketAbstraction.Send (System.Net.Sockets.Socket socket, System.Byte[] data, System.Int32 offset, System.Int32 size) #171

Open
doodz opened this issue Aug 22, 2021 · 0 comments

Comments

@doodz
Copy link
Owner

doodz commented Aug 22, 2021

Version master_142(142)

Stacktrace

Renci.SshNet.Abstractions.SocketAbstraction.Send (System.Net.Sockets.Socket socket, System.Byte[] data, System.Int32 offset, System.Int32 size) [0x0003f] in :0;Renci.SshNet.Abstractions

Renci.SshNet.Session.SendPacket (System.Byte[] packet, System.Int32 offset, System.Int32 length) [0x00029] in :0;Renci.SshNet

Renci.SshNet.Session.SendMessage (Renci.SshNet.Messages.Message message) [0x00127] in :0;Renci.SshNet

Renci.SshNet.Session.Renci.SshNet.ISession.SendMessage (Renci.SshNet.Messages.Message message) [0x00000] in :0;Renci.SshNet.Session.Renci.SshNet

Renci.SshNet.Channels.ClientChannel.SendMessage (Renci.SshNet.Messages.Connection.ChannelOpenMessage message) [0x00006] in :0;Renci.SshNet.Channels

Renci.SshNet.Channels.ChannelSession.SendChannelOpenMessage () [0x00037] in :0;Renci.SshNet.Channels

Renci.SshNet.Channels.ChannelSession.Open () [0x00002] in :0;Renci.SshNet.Channels

Renci.SshNet.SshCommand.BeginExecute (System.AsyncCallback callback, System.Object state) [0x000d5] 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

System.Net.Sockets.SocketException: Network subsystem is down

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