ReactiveX / RxPHP

Reactive extensions for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delay sometimes emits after dispose

mbonneau opened this issue · comments

The inner disposable returned by the call to schedule is never disposed.

$this->schedulerDisposable = $scheduler->schedule($doScheduledStuff, $this->queue->bottom()->getTimestampMillis() - $scheduler->now());

I am finishing up a PR and test for this issue.