Scarlet icon indicating copy to clipboard operation
Scarlet copied to clipboard

okHttpClient.newWebSocketFactory not working.

Open HawkItzme opened this issue 2 years ago • 1 comments
trafficstars

OkHttpClient does not have newWebSocketFactory function. The Scarlet instantiation need to be checked for Java, Android.

Ref:- https://square.github.io/okhttp/4.x/okhttp/okhttp3/-ok-http-client/#functions

HawkItzme avatar Aug 11 '23 08:08 HawkItzme

@HawkItzme add this dependency

implementation("com.tinder.scarlet:websocket-okhttp:{VERSION}")

norrishwd avatar Sep 05 '23 01:09 norrishwd