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
Hello, I just want to report that since there is no composer.lock file in this package, trying to use the RxThruwayClient with the current version of dependencies will raise an error:
PHP Fatal error: Uncaught Exception: Please set a default scheduler factory in /mnt/c/DEV/RxThruwayClient/vendor/reactivex/rxphp/src/Scheduler.php:24
Stack trace:
#0 /mnt/c/DEV/RxThruwayClient/vendor/reactivex/rxphp/src/Subject/ReplaySubject.php(52): Rx\Scheduler::getDefault()
#1 /mnt/c/DEV/RxThruwayClient/src/Subject/WebSocketSubject.php(31): Rx\Subject\ReplaySubject->__construct()
#2 /mnt/c/DEV/RxThruwayClient/src/Client.php(40): Rx\Thruway\Subject\WebSocketSubject->__construct()
#3 /mnt/c/DEV/RxThruwayClient/examples/subscribe.php(8): Rx\Thruway\Client->__construct()
#4 {main}
thrown in /mnt/c/DEV/RxThruwayClient/vendor/reactivex/rxphp/src/Scheduler.php on line 24
Today I updated my dependencies and noticed this problem, for now I am downgrading the dependencies to their previous version.
Hello, I just want to report that since there is no composer.lock file in this package, trying to use the RxThruwayClient with the current version of dependencies will raise an error:
Today I updated my dependencies and noticed this problem, for now I am downgrading the dependencies to their previous version.
I used the following to downgrade the affected dependecies in order to make it work again:
Is it possible for you to provide a fix for this or a composer.lock file ?
The text was updated successfully, but these errors were encountered: