PHPDaemon\SockJS\Methods\Generic::anotherConnectionStillOpen PHP Méthode

anotherConnectionStillOpen() protected méthode

anotherConnectionStillOpen
protected anotherConnectionStillOpen ( ) : void
Résultat void
    protected function anotherConnectionStillOpen()
    {
        $this->appInstance->setkey('error:' . $this->sessId, 1002, function () {
            $this->appInstance->expire('error:' . $this->sessId, $this->appInstance->config->deadsessiontimeout->value, function () {
                $this->error(2010);
            });
        });
    }