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

Large copy buffer deadlock #137

Open
idle-meerkat opened this issue May 20, 2023 · 0 comments
Open

Large copy buffer deadlock #137

idle-meerkat opened this issue May 20, 2023 · 0 comments

Comments

@idle-meerkat
Copy link

FYI dvtm reads from editor only after it exits.
if the copied buffer is larger than 65k (pipe default limit on linux) dvtm-editor waits on write to pipe.
in my fork I made the read in dvtm async:
idle-meerkat/my-dvtm@2fb27e0
later going to refactor this and make all similar operations async.

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

No branches or pull requests

1 participant