hi g
This commit is contained in:
parent
e685a469f4
commit
6433b86948
|
@ -422,7 +422,7 @@ class fuckwebsockets{
|
|||
}
|
||||
|
||||
// final message
|
||||
$this->log($this->client, "Text frame: {$frame_data}");
|
||||
$this->log($this->client, ($opcode === self::op_text ? "Text" : "Binary") . " frame: {$frame_data}");
|
||||
break;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue