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
It looks like someone opened a PR related to this but it also does other things: #114
The main concern seems to be in this area of the code where the wait and close logic is tightly coupled to executing a command—if you don't provide a wait flag, it closes after 2 seconds of sending a command. It should just be kept open instead if you don't provide a wait flag. You can't pass a large number either otherwise it overflows. This logic should be changed.
Seems like the connection closes immediately after invoking with the -x option?
passing
-w
seems allows for arbitrarily specifying a wait time. Is there a way to keep open after -x ?The text was updated successfully, but these errors were encountered: