REBELinBLUE\Deployer\Console\Commands\UpdateApp::restartSocket PHP Method

restartSocket() protected method

Restarts the socket server.
protected restartSocket ( )
    protected function restartSocket()
    {
        $this->info('Restarting the socket server');
        event(new RestartSocketServer());
    }