ReactiveX / RxPHP

Reactive extensions for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReplaySubject make scheduler argument optional

davidwdan opened this issue · comments

https://github.com/ReactiveX/RxPHP/blob/master/src/Subject/ReplaySubject.php#L37

The scheduler arg should be optional and if one isn't provided it should be set to Scheduler::getDefault()