mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix websocket service disconnect on invalid handshake (#7447)
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