Closed unhappyby closed 4 years ago
The library uses a react event loop internally. If you want to override it with your own instance, use:
\EventLoop\setLoop($loop);
If you want to make it work with your example, you need to use Scheduler::setAsyncFactory
instead of Scheduler::setDefaultFactory
.
When I try to use RxHttp with ReactPHP loop then sending request do not return anything on subscribe. Please, can you help me?
Code to reproduce:
Composer json: