PHPDaemon\Network\Server::onDisable PHP Method

onDisable() protected method

Called when ConnectionPool is now disabled
protected onDisable ( ) : void
return void
    protected function onDisable()
    {
        if ($this->bound) {
            $this->bound->each('disable');
        }
    }