-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to disconnect from warp client-side #25
Comments
Hi @DannyBen! Anything that quits the newly opened shell also disconnects the warp, as a warp is a shared shell instance. Do |
I'll keep this one opened to update the README |
The connecting client has no way of exiting then?... When sharing a read only warp session, the viewer cannot type We were simply testing it with bash, although now that I think about it, maybe I started the session from within tmux, maybe this caused the other side to not be able to |
Fair point. Indeed Ctrl+D does not work client-side and should probably. [0] https://github.com/spolu/warp#automatic-client-terminal-resize |
Thanks @DannyBen |
When a client user connects with
warp connect <id>
, what do they need to do to disconnect?The usual suspects of
Ctrl+D
,Ctrl+C
or colon (:) did not work.The solution, whatever it is, should probably be mentioned in the README.
The text was updated successfully, but these errors were encountered: