Fix switchMap and concatMap not forwarding Push before Start (#69)
* Fix switchMap and concatMap not forwarding Push before Start
This is technically incorrect, but a lot of asynchronous
sources will Push eagerly, which means Start doesn't
always get to talk first.
* Readd state.innerActive guard to switchMap
authored by