Results 3 comments of Brais

Hi @sorokaty what PHP Version are yo running?

If you are running PHP >= 8 the problem is on the Socket.php File, if you need a quick fix just replace ` if (!is_resource($this->socket)) return false;` With `if (!($this->socket...