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

server: Respond WS text request as text as well #20

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Conversation

jsdanielh
Copy link
Contributor

@jsdanielh jsdanielh commented Feb 21, 2024

Make the ws server to respond to requests in text when they arrive in text format instead of always replying in binary.

Make the `WS` server to respond to requests in text when they arrive
in text format instead of always replying in binary.
Copy link
Contributor

@hrxi hrxi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Maybe mention in the description that it fixes nimiq/core-rs-albatross#2226, so that it'll auto-close.

@jsdanielh
Copy link
Contributor Author

Looks good to me. Maybe mention in the description that it fixes nimiq/core-rs-albatross#2226, so that it'll auto-close.

Mmm, we would have to update the dependency first in core-rs-albatross. That's why I didn't do it.

@hrxi hrxi merged commit 5949c12 into master Feb 27, 2024
7 checks passed
@jsdanielh jsdanielh deleted the jsdanielh/text-ws branch February 27, 2024 16:29
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.

None yet

2 participants