Oops - TCI fix

This commit is contained in:
Chris Boden 2012-05-20 00:11:04 -04:00
parent 71a2b33056
commit 3041b82971

View File

@ -69,7 +69,7 @@ class WsServer implements MessageComponentInterface {
// mb_internal_encoding('UTF-8'); // mb_internal_encoding('UTF-8');
$this->handshaker = new HandshakeNegotiator; $this->handshaker = new HandshakeNegotiator;
$this->messager = new MessageParser; //$this->messager = new MessageParser;
$this->_decorating = $component; $this->_decorating = $component;
$this->connections = new \SplObjectStorage; $this->connections = new \SplObjectStorage;