I found the following block, repeated 29 times in my console.
I do not have the beginning of the stacktrace as my console buffer was obviously too short, and the application logger did not print it in the log file for some reason.
at rx.internal.operators.OperatorMap$1.onCompleted(OperatorMap.java:43) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
at rx.internal.operators.OperatorMerge$MergeSubscriber.drainAndComplete(OperatorMerge.java:475) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
at rx.internal.operators.OperatorMerge$MergeSubscriber.access$700(OperatorMerge.java:93) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
at rx.internal.operators.OperatorMerge$MergeProducer.request(OperatorMerge.java:510) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
at rx.Subscriber.request(Subscriber.java:110) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
at rx.internal.operators.OperatorMerge$MergeSubscriber.drainQueuesIfNeeded(OperatorMerge.java:310) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
at rx.internal.operators.OperatorMerge$MergeSubscriber.drainAndComplete(OperatorMerge.java:457) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
at rx.internal.operators.OperatorMerge$MergeSubscriber.onCompleted(OperatorMerge.java:438) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
at rx.internal.operators.OperatorMap$1.onCompleted(OperatorMap.java:43) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
at rx.internal.operators.OperatorMerge$MergeSubscriber.drainAndComplete(OperatorMerge.java:475) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
at rx.internal.operators.OperatorMerge$MergeSubscriber.access$700(OperatorMerge.java:93) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
at rx.internal.operators.OperatorMerge$MergeProducer.request(OperatorMerge.java:510) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
at rx.Subscriber.request(Subscriber.java:110) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
at rx.internal.operators.OperatorMerge$MergeSubscriber.drainQueuesIfNeeded(OperatorMerge.java:310) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
at rx.internal.operators.OperatorMerge$MergeSubscriber.drainAndComplete(OperatorMerge.java:457) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
at rx.internal.operators.OperatorMerge$MergeSubscriber.onCompleted(OperatorMerge.java:438) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
At that point I don't have any other input about this.
Do you think if may be a problem in RxJava ? or the application code ?
I found the following block, repeated 29 times in my console.
I do not have the beginning of the stacktrace as my console buffer was obviously too short, and the application logger did not print it in the log file for some reason.
At that point I don't have any other input about this.
Do you think if may be a problem in RxJava ? or the application code ?