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

[ws server]: only supports text WebSocket messages #129

Closed
niklasad1 opened this issue Oct 15, 2020 · 1 comment
Closed

[ws server]: only supports text WebSocket messages #129

niklasad1 opened this issue Oct 15, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@niklasad1
Copy link
Member

The WebSocket server only allows text messages currently which need to fixed here: https://github.com/paritytech/jsonrpsee/blob/master/src/transport/ws/server.rs#L335.

For example, the client and server in this library won't work currently because the client sends messages as binary

@niklasad1 niklasad1 added the bug Something isn't working label Oct 15, 2020
@niklasad1
Copy link
Member Author

Fixed by #180

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant