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
Thanks for reporting it. There is a RxJava bug in zipWith(Iterable). I have sent a PR to fix it. For now, you can use Observable.interval(Duration("100 millis")).zip(Observable.from(Seq(1, 2, 3))).map(_._2).delay(Duration("2 s")) as a workaround.
Have posted it here:
http://stackoverflow.com/questions/33696615/delay-on-interval-will-throw-nosuchelementexception
The text was updated successfully, but these errors were encountered: