You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
returnfalse;
}
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: