Skip to content

Prevent Socket.write() from blocking #194

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

Closed
acogoluegnes opened this issue Sep 5, 2016 · 0 comments
Closed

Prevent Socket.write() from blocking #194

acogoluegnes opened this issue Sep 5, 2016 · 0 comments
Assignees
Milestone

Comments

@acogoluegnes
Copy link
Contributor

acogoluegnes commented Sep 5, 2016

Originally reported on rabbitmq-discuss

Java NIO could be a solution to blocking on writes, but it's a major rewriting of the client. This migration is considered on the mid-term, as it could bring features and reliability to the table.

In the meantime, a lighter solution to the problem mentioned above could be found, e.g. making part of the connection shutdown (where the blocking/deadlock occur) asynchronous.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant