-
Is there currently a way to bind clients to a specific address and port? I tried:
```
mClientConnection= mSocket->get_connection( url, ec);
mClientConnection->get_raw_socket().bind( ep, ec);
```
But…
-
**Elasticsearch version** (`bin/elasticsearch --version`): 8.2.0
**`elasticsearch-py` version (`elasticsearch.__versionstr__`)**: 8.12.0
**Python version**: 3.9.2
**Description of the problem…
-
Given the recent outage, using blocking calls to the Keen API from python is not an ideal solution. Even handling the exceptions means requests on our end can take minutes to complete while waiting fo…
-
I'm having trouble getting this to work. I use this as my config:
sensor:
- platform: huawei_solar
host: '192.168.123.133'
battery: true
And I see this in my loggings:
2022-06…
-
反馈bug/问题模板,提建议请删除
## 1.关于你要提交的问题
为避免重复issue,请先搜索issue,确认没有类似issue再提交新issue;
注意搜索时**包括已关闭**的issue(删掉搜索框的的“is:open”条件);
Q:是否用关键词搜索了issue? (使用 "x" 选择)
* [x] 没有类似的issue
## 2. 详细叙述
### (1) 具…
-
**Update 11/11/22:** This issue might be purely in aiohttp, and not involve any of our code. It repros when using aiohttp directly with a Blob SAS URL.
It appears that async clients `close()` meth…
-
Hi,
I am playing with the buffer and asio_service in cornerstone and trying to rewrite them when I encounter a problem shown below.(the cornerstone repo has been inactive for at least a year,so I ope…
-
Hi,
Can you please explain why do you destroy the socket on timeout?
According to the [docs of `socket.setTimeout`](https://nodejs.org/api/net.html#socketsettimeouttimeout-callback):
> When a…
-
我在尝试运行lightrag_openai_compatible_demo文件时,遇到错误如下:
INFO:httpx:HTTP Request: POST http://192.168.31.100:3001/v1/chat/completions "HTTP/1.1 200 OK"
llm_model_func: I'm just a computer program, so I…
-
In the AsyncHTTPClient source code.
```
def _on_timeout(self, info: str = None) -> None:
self._timeout = None
error_message = "Timeout {0}".format(info) if info else "Timeout…