-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix broadcasting volatile packets with binary attachments
The binary attachments of volatile packets were discarded (only the header packet was sent) due to a bug introduced in [1]. Note: the `wsPreEncoded` option is removed by this commit, as I wasn't able to find an elegant (read: non explosive) way to keep it. [1]: 5579d40 Related: socketio/socket.io#3919
- Loading branch information
1 parent
83cce96
commit 88eee59
Showing
2 changed files
with
5 additions
and
18 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