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
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
/* With no other */varsource=Rx.Observable.just(42).delay(5000).timeout(200);varsubscription=source.subscribe(function(x){console.log('Next: %s',x);},function(err){console.log('Error: %s',err);},function(){console.log('Completed');});
Give me this error:
c:\node\ddp\node_modules\rx\dist\rx.time.js:853
subscription.setDisposable(other.subscribe(o));
^
TypeError: Cannot read property 'subscribe' of undefined
at c:\node\ddp\node_modules\rx\dist\rx.time.js:853:45
at schedule as _onTimeout
at Timer.listOnTimeout (timers.js:89:15)
Process finished with exit code 1
Node: v4.1.1
RxJs from npm: 4.0.4
The text was updated successfully, but these errors were encountered:
Hello,
I was playing with Rx, and this sample:
Give me this error:
c:\node\ddp\node_modules\rx\dist\rx.time.js:853
subscription.setDisposable(other.subscribe(o));
^
TypeError: Cannot read property 'subscribe' of undefined
at c:\node\ddp\node_modules\rx\dist\rx.time.js:853:45
at schedule as _onTimeout
at Timer.listOnTimeout (timers.js:89:15)
Process finished with exit code 1
Node: v4.1.1
RxJs from npm: 4.0.4
The text was updated successfully, but these errors were encountered: