Tinder / Scarlet

A Retrofit inspired WebSocket client for Kotlin, Java, and Android
Other
3.23k stars 237 forks source link

Can it be used with network logging libraries like Chucker? #219

Open mibrahimdev opened 1 year ago

mibrahimdev commented 1 year ago

I just want to see logs while testing the app with a UI, I'm using the Chucker library for this; is there something similar?

boronov commented 1 year ago

To solve the problem, I suggest inheriting from the MessageAdapter class and incorporating your logs within it. This is the only solution I have found.