PHPDaemon\SockJS\Methods\Generic::anotherConnectionStillOpen PHP Method

anotherConnectionStillOpen() protected method

anotherConnectionStillOpen
protected anotherConnectionStillOpen ( ) : void
return 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);
            });
        });
    }