Skip to content

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

@maoqinglin

Description

@maoqinglin

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

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

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