MrPowerGamerBR
11/14/2025, 11:48 PMsuspend fun main() {
val http = HttpClient(Java) {
this.expectSuccess = false
this.followRedirects = false
install(SSE)
}
val sseSession = http.sseSession("<http://127.0.0.1:13004/sse>") {}
sseSession.cancel()
delay(100_000)
}
The SSE session does NOT close on the backend, this bug does not happen when using the CIO engine (will create a proper bug report later)MrPowerGamerBR
11/15/2025, 12:17 AMAleksei Tirman [JB]
11/17/2025, 6:48 AM