-
Notifications
You must be signed in to change notification settings - Fork 897
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
[2950] Support websocket binary frames #2980
[2950] Support websocket binary frames #2980
Conversation
Signed-off-by: Frank Li <[email protected]>
Signed-off-by: Frank Li <[email protected]>
Signed-off-by: Frank Li <[email protected]>
@frankisawesome can you add a CHANGELOG entry for this - in CHANGELOG.md |
Signed-off-by: Frank Li <[email protected]>
CHANGELOG.md
Outdated
## 21.10.2 | ||
|
||
### Additions and Improvements | ||
- Add support for binary messages (0x02) for websocket. [#2980](https://github.com/hyperledger/besu/pull/2980) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be under 21.10.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except for heading in changelog
Signed-off-by: Frank Li <[email protected]>
…esome/besu into hotfix/websocket-binary-frames remote changes
Kudos, SonarCloud Quality Gate passed! |
* [2950] Support websocket binary frames Signed-off-by: Frank Li <[email protected]> Co-authored-by: Stefan Pingel <[email protected]>
Signed-off-by: Frank Li [email protected]
PR description
Fixed Issue(s)
fixes #2950
Changelog
Failing test for sending a binary frame to websocketservice
Add support
I thought about the changelog and included a changelog update if required.