Hmm. In WebSocket sample: `webSocket("/ws") {`. `"...
# ktor
m
Hmm. In WebSocket sample:
webSocket("/ws") {
.
"/ws"
here is a
protocol
. What does it mean? (I'm using
webSocket(path = "...") {
overload for my needs at the moment)