Kraken\Channel\Model\Zmq\Connection\ConnectionPool::__construct PHP Метод

__construct() публичный Метод

public __construct ( float $offset = 3600000, $heartbeat = 200 )
$offset float
    public function __construct($offset = 3600000.0, $heartbeat = 200.0)
    {
        $this->connectionPool = [];
        $this->keepaliveOffset = $offset;
        $this->heartbeatOffset = $heartbeat;
        $this->resetNow();
    }