We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a545964 commit 9148a5aCopy full SHA for 9148a5a
src/AsyncClient.php
@@ -133,6 +133,7 @@ public function __construct(Observable $client)
133
*/
134
public static function create(LoopInterface $loop, string $app, Resolver $resolver = null): AsyncClient
135
{
136
+ // Rather not do this, but have to untill ReactPHP gets it's own global loop
137
try {
138
Scheduler::setAsyncFactory(function () use ($loop) {
139
return new Scheduler\EventLoopScheduler($loop);
0 commit comments