raquo/Airstream

Make SwitchFutureStrategy the implicit default for flattening Observable[Future[_]]

raquo opened this issue · 1 comments

raquo commented

gitter

We have this implicit for SwitchStreamStrategy and SwitchSignalStrategy, so we should probably have it for futures as well. Otherwise people need to hunt for implicits which is not intuitive.

raquo commented

Fixed in upcoming v0.12.0