mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-06 08:38:42 +00:00
fix websocket service exit on invalid handshake (#7448)
This commit is contained in:
@@ -37,5 +37,5 @@ class socket_exception extends \Exception {
|
||||
$this->id = $id;
|
||||
return parent::__construct($message, $code, $previous);
|
||||
}
|
||||
public function getResourceId() { return $this->resource_id; }
|
||||
public function getResourceId() { return $this->id; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user