Tinder / Scarlet

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

okHttpClient.newWebSocketFactory not working. #226

Open HawkItzme opened 10 months ago

HawkItzme commented 10 months ago

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

norrishwd commented 10 months ago

@HawkItzme add this dependency

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