Kraken\Channel\Model\Zmq\Connection\ConnectionPool::register PHP Method

register() protected method

protected register ( array $current = [] ) : mixed[]
$current array
return mixed[]
    protected function register($current = [])
    {
        return ['timestampIn' => $this->getNow() + $this->keepaliveOffset, 'timestampOut' => isset($current['timestampOut']) ? $current['timestampOut'] : 0];
    }