Closed sebholl closed 8 years ago
Hi, the back-pressure code has not been tested much and is mostly ported directly from RxJS. I have synced it again, but I expect there are more bugs. If you could create some failing unit-tests that would be great. Most of the work is now to port controlled.js. For an example, look at test test_pausable.py
Awesome, thanks @dbrattli. I'll try and get time to have a look this weekend.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hey,
Thank you so much for maintaining this module. It's super useful.
.controlled()
extension method to turn anObservable
into aControlledObservable
? rxJS appears to have one.WindowedObservable
...self.subscription
is referenced before it is set which throws an exception. https://github.com/ReactiveX/RxPY/blob/master/rx/backpressure/windowedobservable.py#L56ControlledObservable
to work... Even this basic chain throws an exception. Is it a bug or am I doing something wrong?Which outputs the following stack trace...