-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(message-stream): support multiple inbound message packets
If there was enough data buffered to read multiple messages, the MessageStream would currently callback to the underlaying Writable callback multiple times. Also fixed here is that the callback would not be called in the event that there wasn't enough data to process a single message NODE-2437
- Loading branch information
Showing
2 changed files
with
92 additions
and
31 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