-
Notifications
You must be signed in to change notification settings - Fork 957
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reading a stream to end is a tricky thing to do and may hang forever in case the stream doesn't get closed by the other party. We know exactly the message we want to receive so we can read exactly the number of bytes. With an upcoming refactoring where we introduce an opaque stream type, the current code - for some reason - hangs forever :(
- Loading branch information
1 parent
a135400
commit b6c91d1
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters