You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: