You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently whenever an SSH connection is made via socks and the server cannot be reached there is a long delay until a "Destination Unreachable" error is thrown and ConnectionInfo.timeout seems to make no difference to this. It would be very useful to make these connections to throw the exception once the length of the timeout has passed.
The text was updated successfully, but these errors were encountered:
BoronBGP
changed the title
Timeout now followed when connecting via SOCKS
Timeout not followed when connecting via SOCKS
Feb 22, 2024
The fastest method to solve this problem will be to prepare an appropriate PR yourself, preferably with the preparation of an appropriate unit or integration test.
At the moment, the project is being developed entirely as a hobby without any support.
Currently whenever an SSH connection is made via socks and the server cannot be reached there is a long delay until a "Destination Unreachable" error is thrown and ConnectionInfo.timeout seems to make no difference to this. It would be very useful to make these connections to throw the exception once the length of the timeout has passed.
The text was updated successfully, but these errors were encountered: