Ratchet icon indicating copy to clipboard operation
Ratchet copied to clipboard

deprecated function call

Open amir-khoshbakht opened this issue 4 years ago • 2 comments

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();

amir-khoshbakht avatar Apr 02 '22 09:04 amir-khoshbakht

Thanks for reporting! Looks like an easy fix, PRs welcome! :+1:

clue avatar Apr 02 '22 16:04 clue

@clue Done: https://github.com/ratchetphp/Ratchet/pull/957.

Rezyan avatar Apr 08 '22 14:04 Rezyan