RxSocket icon indicating copy to clipboard operation
RxSocket copied to clipboard

RxSocket连接

Results 2 RxSocket issues
Sort by recently updated
recently updated
newest added

应用直接挂掉了,这个不会调用Consumer的onError方法吗? 直接调用的重连方法 public Observable reconnection(String host, int port) { return connect(host, port) .compose(read()) .retry() .compose(RxSocket.ioToMain()); }