oatpp / oatpp-websocket

oatpp-websocket submodule.

Home Page:https://oatpp.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[QUESTION] Redirect websocket connection ?

MateusDornelles opened this issue · comments

Hi, how can I redirect an websocket connection ? I would like the user to "log in" using an endpoint and then redirect the connection to my websocket to another endpoint.

Thanks.

Hello @MateusDornelles ,

I'm not sure if I understand the question.
Once you upgraded connection on your handshake endpoint - WS connection is handled by WebSocket connection handler.