Replies: 1 comment 1 reply
-
"TooManyConnections" is the message received from the server here: SSH.NET/src/Renci.SshNet/Session.cs Line 1411 in 252c732 I think it is up to the server whether subsequent retries would fail. Calling Disconnect is not necessary |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hiya, i have a hangfire job syncing files. Now and then it fails on ConnectAsync. It retries 3 times.
Another run looks the similar but with different issues:
Code:
Disconnect()
or would the client disconnect itself properly in the dispose?Beta Was this translation helpful? Give feedback.
All reactions