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

sendAll blocks on 2.7.0.1 #341

Closed
oswald2 opened this issue Jul 5, 2018 · 2 comments
Closed

sendAll blocks on 2.7.0.1 #341

oswald2 opened this issue Jul 5, 2018 · 2 comments

Comments

@oswald2
Copy link

oswald2 commented Jul 5, 2018

I have an application which calls repeatedly sendAll on a lazy ByteString (about 1123 bytes). It sends the ByteString once but then blocks and doesn't return. This was quite unexpected and broke the application.

The same application works without problems with 2.6.3.5, so I have put an upper bound on network with < 2.7.0.0 in the cabal file which temporarily fixes the problem.

@kazu-yamamoto
Copy link
Collaborator

Already fixed in #340.
Sorry for your inconvenience.

@oswald2
Copy link
Author

oswald2 commented Jul 10, 2018

Thank you very much!

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

2 participants