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
I've tried replacing the input, but it seems it must be set like above, can't be changed.
Then I tried attaching a top level Box, but it fails when being added to another Screen.
Then I tried creating a re-attachable Duplex stream, but it closed when the ssh session closed.
The text was updated successfully, but these errors were encountered:
When using
input
andoutput
onScreen
is it possible to attach another stream later?I'm using ssh2, and want to re-attach to existing
Screen
when a user re-connect with same public key.My connection code currently looks like this:
});
I've tried replacing the input, but it seems it must be set like above, can't be changed.
Then I tried attaching a top level
Box
, but it fails when being added to anotherScreen
.Then I tried creating a re-attachable Duplex stream, but it closed when the ssh session closed.
The text was updated successfully, but these errors were encountered: