Subject: | DESTROY disconnects even after disconnect() is called |
This really is unimportant, but while tracing I found that even after
calling disconnect(), it was called again in the DESTROY method, again
(attempting) to send a TERM signal to the slave ssh process. Probably
could just set _disconnect_by_pid to zero after a successful
disconnect(). Or ignore this.. :-) Thanks.