[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:
Chris Boden 2012-07-09 15:28:40 -04:00
parent 46249d0579
commit 693cda9526

View File

@ -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