How to implement WebSocket using Retrofit + RX

I have a project structure that uses Retrofit with Rx.

I would like to use it to implement also WebSocket communication, any idea how I can do this?

+7
android retrofit websocket rx-android
source share
1 answer

The upgrade does not yet support web sockets. It is assumed that the function will be in release 2.1 . However, there is a branch that JW is working on. You can build a "Retrofit" issue on Github.

+5
source share

All Articles