mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
remove exit on unknown control frame (#7397)
This commit is contained in:
@@ -551,8 +551,7 @@ class websocket_service extends service {
|
||||
$this->disconnect_client($client_socket);
|
||||
continue;
|
||||
}
|
||||
$this->debug("UNKNOWN CONTROL FRAME: '$value'", LOG_ERR);
|
||||
die();
|
||||
$this->err("UNKNOWN CONTROL FRAME: '$value'");
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user