Skip to content

Instantly share code, notes, and snippets.

@clue
Last active September 22, 2019 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save clue/4f606abd92d363dcbc9a0b4d4e147177 to your computer and use it in GitHub Desktop.
Save clue/4f606abd92d363dcbc9a0b4d4e147177 to your computer and use it in GitHub Desktop.
Introducing async HTTP requests with ReactPHP
@bosunski
Copy link

@clue Nice article here.

While following the article, I noticed this part of the code is having some syntax error:

$loop = new \React\EventLoop\Factory::create();

I know this is what you intended to write:

$loop = \React\EventLoop\Factory::create();

Please try looking into it and update the article.

Thanks.

@clue
Copy link
Author

clue commented Nov 5, 2018

@bosunski Good catch, thank you, I've updated this post!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment