You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the drawback of long chains operators. You should use the workaround whenever possible or use
the merge(Observable<Observabe<T>>) overload with a PublishSubject if the number of inner Observables is not known upfront.
JVM crashes when chaining a lot of
Observable
s usingmergeWith
(tried to chain 1000 observables).Crash report
See https://gist.github.com/mp911de/fd8cd7c35c67fddb0c81 for full crash report
Observed crash when running in debug mode. If running without debug, the JVM just hangs.
Java: 1.8.0_40
RxJava: 1.0.11
Code to reproduce:
Workaround:
The text was updated successfully, but these errors were encountered: