Avoids logging at the BasicOkHttp level

This commit is contained in:
Vitor Pamplona
2025-10-10 10:51:09 -04:00
parent 0a23e23801
commit 5975130824
@@ -81,7 +81,6 @@ class BasicOkHttpWebSocket(
webSocket: OkHttpWebSocket,
text: String,
) {
Log.d("OkHttpWebsocketListener", "Processing: $text")
// Asynchronously send the received message to the channel.
// `trySendBlocking` is used here for simplicity within the callback,
// but it's important to understand potential thread blocking if the buffer is full.