-
Notifications
You must be signed in to change notification settings - Fork 76
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
Mismatched types error when compiling with websocket feature #180
Comments
Thanks for arising this. Yes, it was a change introduced by the I need to create another release with that fix. By now it should compile if you use the message-io dependency with the github path to the |
I wish to reiterate the gratitude of h2cone. I did add this line to my Cargo.toml message-io = { git = "https://github.com/lemunozm/message-io", branch = "master" } But I still got the error below. Am I missing something here? Thanks.
165 | let message = Message::Binary(data.to_vec()); |
Correct! Tungstenite was a bad set in Thanks for notifying this! |
Thanks for addressing this! |
First of all, thank you for maintaining such a great project! While testing the WebSocket functionality with the example code provided in the All in one: TCP, UDP and WebSocket echo server, I encountered a compilation error when enabling the websocket feature (or using default features).
The following compilation errors occur:
The text was updated successfully, but these errors were encountered: