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
Both Flowable.toFuture and Observable.toFuture describes the wrong behavior: If the source has more than one element, the outcome is actually IndexOutOfBoundsException.
In addition, the docs should mention the source has to terminate in order for the Future to terminate.
Plus, the marble should be updated to reflect the actual behavior (there is no dispose upon the first received item).
The text was updated successfully, but these errors were encountered:
Both
Flowable.toFuture
andObservable.toFuture
describes the wrong behavior: If the source has more than one element, the outcome is actuallyIndexOutOfBoundsException
.In addition, the docs should mention the source has to terminate in order for the
Future
to terminate.Plus, the marble should be updated to reflect the actual behavior (there is no dispose upon the first received item).
The text was updated successfully, but these errors were encountered: