Scarlet
Scarlet copied to clipboard
A Retrofit inspired WebSocket client for Kotlin, Java, and Android
By analogy to `retrofit.newBuilder()` that would inherit all properties from a given instance of `Scarlet`. This would be **very** useful. Typical use case: when `Scarlet` instance is configured in a...
The last commit was a few months ago and there's open PRs from mid-2020
Is Tinder/Scarlet alive? - Last commit in master was 4 months ago - PR are not merged - v.0.2.x is not published (I have to use 0.2.5-SNAPSHOT). Who is responsible...
I have listened to the talk and also gone through the documentation but haven't found any way to mention the event name in case of the listener and for emitting...
I added an implementation of the stomp protocol, which works over okhttp, because the gaziro based implementation does not support working with this protocol on top of websocket.
Hi, I've noticed that the documentation on the README is missing some information such as the dependencies to use. For instance, this line is missing: ``` implementation 'com.tinder.scarlet:websocket-okhttp:0.1.9' ``` This...
I made correct request with **okhttp.newWebSocketFactory("wss://somesite.com")** and using **HttpLoggingInterceptor** but logs show my request is _https://somesite.com_. I doing wrong something here or default interceptor change my request under the hood.
Because of latest commit in gradle: settings.gradle Use the latest state machine 2 years ago Can you pls update it to use State Machine 0.2.0?
I have a Scarlet instance inside a Android LifecycleService which has been started in foreground, in order for the service to not be destroyed when the application is not in...
e: error: cannot access Lifecycle class file for com.tinder.scarlet.Lifecycle not found Consult the following stack trace for details. com.sun.tools.javac.code.Symbol$CompletionFailure: class file for com.tinder.scarlet.Lifecycle not found