You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use jRuby and I have the dev environment working fine on Puma server, and websockets work fine. On production, however, the application is deployed on Tomcat using warble. The websocket client gives
Websocket connection to <server_ip:port> failed: Error during WebSocket handshake: unexpected response code: 200
In the server log, I could see the onOpen Being triggered, but the websocket connection is lost.
Can you please help me?
Thanks,
Alex
The text was updated successfully, but these errors were encountered:
If you're getting a 200 status, this suggests that this library is not being given direct access to the TCP stream so it can write its own response headers.
We only support servers that implement the rack.hijack API. Does Tomcat support that?
Hi,
I use jRuby and I have the dev environment working fine on Puma server, and websockets work fine. On production, however, the application is deployed on Tomcat using warble. The websocket client gives
In the server log, I could see the onOpen Being triggered, but the websocket connection is lost.
Can you please help me?
Thanks,
Alex
The text was updated successfully, but these errors were encountered: