PHPDaemon\Network\Server::onDisable PHP 메소드

onDisable() 보호된 메소드

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