[TASK] Started to move buffers into ProtocolHandler.
[TODO] Move buffers, finish the linebreak stuff.
This commit is contained in:
@@ -41,11 +41,10 @@ class Client_ClientManager {
|
||||
|
||||
/**
|
||||
* Default constructor.
|
||||
* @param string $linebreak
|
||||
* @return void
|
||||
*/
|
||||
function __construct($linebreak = "\r\n") {
|
||||
$this->connectionPool = new Connection_ConnectionPool($linebreak);
|
||||
function __construct() {
|
||||
$this->connectionPool = new Connection_ConnectionPool();
|
||||
$this->clientPool = array();
|
||||
$this->registeredProtocols = array();
|
||||
$this->routingRules = array();
|
||||
|
||||
Reference in New Issue
Block a user