Skip to content
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

Better handling for exit in pty shells #7

Merged
merged 1 commit into from
Apr 4, 2024
Merged

Conversation

JacobCallahan
Copy link
Owner

Handled a condition where pty shells would hang on exit. This is currently resolved by explicitly passing "exit" to the channel when exiting the context manager. I'm sure there are better ways to handle this, but this works for now.

Handled a condition where pty shells would hang on exit. This is
currently resolved by explicitly passing "exit" to the channel when
exiting the context manager. I'm sure there are better ways to handle
this, but this works for now.
@JacobCallahan JacobCallahan added the bug Something isn't working label Apr 3, 2024
@JacobCallahan JacobCallahan merged commit ea2d305 into master Apr 4, 2024
11 checks passed
@JacobCallahan JacobCallahan deleted the pty_shell branch April 4, 2024 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant