-
-
Notifications
You must be signed in to change notification settings - Fork 685
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 paste freeze (#1366) #1383
fix paste freeze (#1366) #1383
Conversation
Can confirm that the deadlock is not happening with this PR, good work! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @tlinford - thanks for the great troubleshooting on this!
I left some comments, mostly stylistic but I'm also unsure why we increased the channel bound by so much. I haven't tested this yet because I wanted to sort through that issue first. Once we do, I'll give this a thorough hammering and we'll make sure it's all good.
@imsnif cleaned it up, should be good for testing. |
Seems to work for me! |
Resolve #1366 by offloading writes to a separate thread.