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

fix(atomicity): allow async vte events sending to fail #67

Merged
merged 2 commits into from
Nov 23, 2020

Conversation

imsnif
Copy link
Member

@imsnif imsnif commented Nov 23, 2020

This change means that the asynchronous events we get from listening to the pty are allowed to fail. The only time they fail is if the pty_bus thread is dead, in which case the app is either exiting or has crashed anyway. The former happens sometimes in our tests, which makes the CI fail. This should (hopefully) fix that.

@imsnif imsnif merged commit ed590bc into zellij-org:main Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant