[WebSocket] Added missing method
Re-added the disableVersion method to WsServer Updated composer meta Updated composer lock file with latest React changes
This commit is contained in:
parent
46249d0579
commit
693cda9526
@ -150,6 +150,14 @@ class WsServer implements MessageComponentInterface {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable a specific version of the WebSocket protocol
|
||||||
|
* @param int Version ID to disable
|
||||||
|
*/
|
||||||
|
public function disableVersion($versionId) {
|
||||||
|
$this->versioner->disableVersion($versionId);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string
|
* @param string
|
||||||
* @return boolean
|
* @return boolean
|
||||||
|
Loading…
Reference in New Issue
Block a user