Another Ktor SSE question. Am I wrong, or is there...
# ktor
h
Another Ktor SSE question. Am I wrong, or is there no way to detect when the client closes the SSE session?
a
You should detect that when the code is executed in the
finally
block.
h
Thanks! 🙂