Skip to content
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

Merged

Conversation

frankisawesome
Copy link
Contributor

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.

@macfarla
Copy link
Contributor

macfarla commented Nov 3, 2021

@frankisawesome can you add a CHANGELOG entry for this - in CHANGELOG.md

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)
Copy link
Contributor

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

Copy link
Contributor

@macfarla macfarla left a 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

@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 3, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@pinges pinges merged commit c35c3bc into hyperledger:main Nov 3, 2021
eum602 pushed a commit to lacchain/besu that referenced this pull request Nov 3, 2023
* [2950] Support websocket binary frames 

Signed-off-by: Frank Li <[email protected]>

Co-authored-by: Stefan Pingel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for binary payloads with websockets
3 participants