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
{{ message }}
This repository was archived by the owner on May 31, 2022. It is now read-only.
fix: Wait for the tunnel to close before finishing client close COMPASS-4474 (#352)
* fix: Wait for the tunnel to close before finishing client close
* fix: Update ssh-tunnel mock to match new implementation
* fix: Only pick up errors that originated in ssh-client
* fix: Increase the timeout to make sure tunnel has a chance to start (and fail) before server stops trying
* refactor: Async-ify create tunnel and connect tasks; Expose tunnel through connect instead of overriding client.close method
* refactor: Pass tunnel as function parameter
* fix: Bump ssh-tunnel version once more
* refactor: Asyncify awaiting on tunnel error
Co-authored-by: Anna Henningsen <anna@addaleax.net>
* fix: Change spied close method
Co-authored-by: Anna Henningsen <anna@addaleax.net>
0 commit comments