You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @bdraco , just that I get the urgency right: if we use the client created by get_async_client (what we do), the issue will be handled for us. Other usages outside of Home Assistant are not running at best possible performance, but still work. Did I summarize it correctly?
devolo_plc_api/devolo_plc_api/device.py
Line 123 in 8172357
We recently discovered httpx does not perform well without passing in an ssl context (home-assistant/core#89932)
see encode/httpx#2609 encode/httpx#838 (comment)
The shared helper will be updated for this issue as well so it can be used and passed the library
from homeassistant.helpers.httpx_client import get_async_client
to get the shared clientfrom homeassistant.helpers.httpx_client import create_async_httpx_client
to create a new one (if you need to recreate or need you own)The text was updated successfully, but these errors were encountered: