Join Slack
Powered by
I can't find any callbacks or similar to get notif...
# ktor
h
hellman
03/25/2025, 10:15 AM
I can't find any callbacks or similar to get notified when my ServerSSESession is closed. Am I missing something or is that not possible? I want to do some cleanup when the client closes the connection.
a
Aleksei Tirman [JB]
03/26/2025, 9:27 AM
You can wrap the SSE handler block in
try/finally
and do a cleanup in the
finally
block.
👍 1
Open in Slack
Previous
Next