Eugene
Member since Feb 22, 2016
- Profile: /members/13063-eugene.htm
- Comments: 1
Recent Blog Comments By Eugene
-
RxJS Streams Are Inconsistently Asynchronous In Angular 2 Beta 6
Posted on Feb 22, 2016 at 11:56 AM
@Simon, Thanks, that's good to know. @Ben, If you change getStreamA() method to the following, then I'll behave just like a promise: function getStreamA() { return( Rx.Observable.of( "stream" ).observeOn(Rx.Scheduler.default) ); } By default Rx.Scheduler.immediate is used which ... read more »