savrov
02/26/2025, 1:02 PMArjan van Wieringen
02/26/2025, 1:26 PMAleksei Tirman [JB]
02/26/2025, 2:17 PMcancel method on an ClientSSESession instance?savrov
02/26/2025, 5:55 PMdisconnect() - when leaving a screen (log "_DEF-4305chatdisconnect"_ is printed as expected), OkHttpSSESession receives 8 events in onEvent (i'm sure its because of definition in OkHttpSSESession):
private val _incoming = Channel<ServerSentEvent>(8)
But what is never called - is OkHttpSSESession#onClosed. It's a little bit suspicious.savrov
02/26/2025, 5:59 PMOkHttpSSESession (ktor version 3.1.1) i refer to.Aleksei Tirman [JB]
02/28/2025, 8:55 AM