Scarlet icon indicating copy to clipboard operation
Scarlet copied to clipboard

A Retrofit inspired WebSocket client for Kotlin, Java, and Android

Results 107 Scarlet issues
Sort by recently updated
recently updated
newest added

Duplicate class com.tinder.StateMachine found in modules statemachine-0.1.2 (com.github.tinder:statemachine:0.1.2) and statemachine-0.2.0 (com.tinder.statemachine:statemachine:0.2.0)

It's been a while, when can we expect the next release of the library?

I am using `GsonMessageAdapter.Factory()` but i get {"type":"error","message":"Malformed JSON"} response. Can anyone tell how to use model class with scarlet? or if any example is there to use gson in...

Guys please if someone can help. I need to keep connection alive in background. Does someone know how to do that? Thank You!

I'd like to share my overall feedback: - Library is great to work with, very easy and fast setup - Huge split between 0.1.x and 0.2.x versions makes people afraid...

When someone tries to open a Websocket connection without using TLS (ie "ws:" instead of "wss:") on Android 9 and newer, the connection will fail and Scarlet will not provide...

I have a use case where I unsubscribe a channel and then subscribe again. But somehow multiple duplicate response is received . Below are my subscribe & unsubscribe methods `...

Hello all, I am working on Android by kotlin to develop a client receiving websocket message. The server team provides sample in python showing that the server side will assign...