i have some weird behaviour with websockets.. i am...
# ktor
n
i have some weird behaviour with websockets.. i am installing it using
webSocket("/ws/game/{gameId}")  { ...
and connecting to it.. but all i get is ktor logging
INFO  - Unhandled: GET - /ws/game/game_1
are path parameters not supported there ?
1