Solved detekt for realz

This commit is contained in:
Yair Morgenstern 2023-12-30 21:32:42 +02:00
parent 4cda91eb7f
commit 94efddb459

View File

@ -15,7 +15,10 @@ import io.ktor.client.call.body
import io.ktor.client.plugins.websocket.ClientWebSocketSession
import io.ktor.client.request.get
import io.ktor.http.isSuccess
import io.ktor.websocket.*
import io.ktor.websocket.Frame
import io.ktor.websocket.FrameType
import io.ktor.websocket.readText
import io.ktor.websocket.close
import kotlinx.coroutines.CancellationException
import kotlinx.coroutines.Job
import kotlinx.coroutines.cancel