Skip to content

java.lang.NullPointerException: onNext called with null. Null values are generally not allowed in 2.x operators and sources. #1

Description

@maoqinglin

应用直接挂掉了,这个不会调用Consumer的onError方法吗?

直接调用的重连方法
public Observable reconnection(String host, int port) {
return connect(host, port)
.compose(read())
.retry()
.compose(RxSocket.ioToMain());
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions