Join Slack
Powered by
Another Ktor SSE question. Am I wrong, or is there...
# ktor
h
hellman
05/15/2025, 9:08 AM
Another Ktor SSE question. Am I wrong, or is there no way to detect when the client closes the SSE session?
a
Aleksei Tirman [JB]
05/15/2025, 12:48 PM
You should detect that when the code is executed in the
finally
block.
h
hellman
05/16/2025, 6:58 AM
Thanks! 🙂
3
Views
Open in Slack
Previous
Next