I was under the impression that a `WebSocketSessio...
# ktor
a
I was under the impression that a
WebSocketSession
would be canceled (the coroutine that is) when both the incoming and outgoing channels are closed but this doesn’t seem to be the case. Can someone confirm that this is the intended behavior?
If it isn’t the case what is the lifecycle of the session scope?