Removing onClosing listener because it isn't being used.

This commit is contained in:
Vitor Pamplona
2025-10-18 17:12:10 -04:00
parent 4c633c7dec
commit e20afd39a3
4 changed files with 4 additions and 26 deletions
@@ -103,12 +103,6 @@ class OkHttpWebSocket(
incomingMessages.trySendBlocking(text)
}
override fun onClosing(
webSocket: okhttp3.WebSocket,
code: Int,
reason: String,
) = out.onClosing(code, reason)
override fun onClosed(
webSocket: okhttp3.WebSocket,
code: Int,