PHP_SocketIO_Client icon indicating copy to clipboard operation
PHP_SocketIO_Client copied to clipboard

Call to undefined function

Open Shawty81 opened this issue 9 years ago • 0 comments

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;
}

Shawty81 avatar Dec 31 '15 13:12 Shawty81