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

weird "websocket protocol error" #263

Open
ashuralyk opened this issue Dec 12, 2021 · 1 comment
Open

weird "websocket protocol error" #263

ashuralyk opened this issue Dec 12, 2021 · 1 comment

Comments

@ashuralyk
Copy link

I got "websocket protocol error" from "recev_messages" method when the server program deployed on the Cloud, but this problem won't be seen on Native

Is there any possible ideas?

@vi
Copy link
Member

vi commented Dec 17, 2021

  1. Do you use websocket crate for client or for server?
  2. Is it reproducible if you use tungstenite crate instead of websocket?
  3. Maybe the cloud activates WebSocket compression even when not requested by client?
  4. Maybe the cloud does not support WebSockets at all or something is misconfigured in the deployment?

As is the problem is not very addressable. Debugging may include capturing traffic (within TLS connection if it is wss://).

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

No branches or pull requests

2 participants