PHP_SocketIO_Client
PHP_SocketIO_Client copied to clipboard
Call to undefined function
On line 80 there is call to an undefined method close(). I don't really follow what the hybi10Encode method does but when the code enters the if here it should close the fsock?
if ($frameHead[2] > 127) {
$this->close(1004);
return false;
}