Hey guys. I'm not sure how to clean up WebSockets ...
# ktor
m
Hey guys. I'm not sure how to clean up WebSockets properly. I seem to have a leak somewhere because once a WebSocket's
outgoing
channel was closed (by a send error for example, not manually by me) the
incoming
channel stays open. Doesn't ktor close the session once there's a send error in the outgoing channel?