-
Notifications
You must be signed in to change notification settings - Fork 23
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
Websocket over devtunnel is not working #291
Comments
Yes websockets are supported. |
I am running a simple java websocket server locally on port 8080. I can connect to ws://localhost:8080 with no issues. For devtunnels I use: wss://TUNNELID-8080.use.devtunnels.ms. Should I explicitly add the wss protocol for port 8080? When trying to connect over devtunnels, I get the callback for connectionEstablished in my ws server but nothing after that. What am I missing? Here is my verbose output:
|
Is the tunnel (or the specific port 8080) set to public? |
Yes. Here are my details
|
Issue got solved without any changes on my end. Also no devtunnels update. Maybe a network issue solved a reboot. |
I am trying to connect a websocket over the devtunnel but the connection is not fully established.
I am trying using the wss:// protocol over the https:// endpoint.
Are websockets currently supported?
The text was updated successfully, but these errors were encountered: