https://kotlinlang.org logo
#ktor
Title
m

Marc Knaup

04/01/2018, 11:31 AM
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?