Ratchet
Ratchet copied to clipboard
deprecated function call
https://github.com/ratchetphp/Ratchet/blob/5012dc954541b40c5599d286fd40653f5716a38f/src/Ratchet/Server/IoServer.php#L58
https://github.com/ratchetphp/Ratchet/blob/5012dc954541b40c5599d286fd40653f5716a38f/src/Ratchet/App.php#L72
LoopFactory::create(); is deprecated. I think it should be replaced with :
\React\EventLoop::get();
Thanks for reporting! Looks like an easy fix, PRs welcome! :+1:
@clue Done: https://github.com/ratchetphp/Ratchet/pull/957.