Avoids logging at the BasicOkHttp level
This commit is contained in:
-1
@@ -81,7 +81,6 @@ class BasicOkHttpWebSocket(
|
|||||||
webSocket: OkHttpWebSocket,
|
webSocket: OkHttpWebSocket,
|
||||||
text: String,
|
text: String,
|
||||||
) {
|
) {
|
||||||
Log.d("OkHttpWebsocketListener", "Processing: $text")
|
|
||||||
// Asynchronously send the received message to the channel.
|
// Asynchronously send the received message to the channel.
|
||||||
// `trySendBlocking` is used here for simplicity within the callback,
|
// `trySendBlocking` is used here for simplicity within the callback,
|
||||||
// but it's important to understand potential thread blocking if the buffer is full.
|
// but it's important to understand potential thread blocking if the buffer is full.
|
||||||
|
|||||||
Reference in New Issue
Block a user