jnthn / p6-ssh-libssh

Asynchronous binding for libssh; client-only and limited functionality so far.
8 stars 8 forks source link

Honour timeout option #17

Closed patrickbkr closed 2 years ago

patrickbkr commented 2 years ago

When using libssh in non-blocking mode, the timeout is ignored on the ssh_connect call. This means timeout handling has to happen on the client side, i.e. this wrapper library.