rxwebsocket icon indicating copy to clipboard operation
rxwebsocket copied to clipboard

Reactive wrapper for okhttp websocket

Results 1 rxwebsocket issues
Sort by recently updated
recently updated
newest added

Right now we only expose exchanging messages via the same methods that the original okhttp WebSocketListener uses, i.e. String and ByteString. We could introduce a mechanism similar to Retrofit Converters...

enhancement