get_consul($service)->getClient(); $response = $this->request($client, $content); $this->pool->push($client, $this->config['Address'], $this->config['Port']); return $response; } /** * @throws ConfigException * @throws Exception */ private function getClient() { return $this->pool->get($this->config); } }