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
hi. maybe you want not socket.io but raw websockets?
for websockets you can use https://ktor.io/docs/client-websockets.html
if you want socket.io but with specific path - you can send PR with this improvement
How could I use path in the URL, example: wss:micro_services/ws-3030/?id="xxxxxxx"
where my path is /ws-3030/
but currently /socket.io is added
The text was updated successfully, but these errors were encountered: