PHPDaemon\Network\Server::onEnable PHP Method

onEnable() protected method

Called when ConnectionPool is now enabled
protected onEnable ( ) : void
return void
    protected function onEnable()
    {
        if ($this->bound) {
            $this->bound->each('enable');
        }
    }