-
### The problem
Hello, I found the following error in HA event log after a reload. I don't know exactly when the issue appeared for the first time.
Enregistreur: homeassistant.util.loop
Source: u…
-
The write_property method is not sending BACnet packets as expected. While read operations work correctly, write operations fail silently with no packets visible in Wireshark.
### Reproduction St…
-
**Description**:
This task requires adding a function to summarize the fetched article content using an external API. The function should handle rate-limiting by utilizing an `asyncio.Semaphore` to…
-
### Description
Right now asyncio support in accelerated DAGs uses a slightly different codepath from normal DAGs:
- you need to specify `enable_asyncio=True` in `dag.experimental_compile()`
- you …
-
I was wondering if you had any plans on moving the library to asyncio and aiohttp, and in general putting effort into making the library asynchronous? Thank you, Daniel!
-
Upon a normal exit, there are asyncio errors of the form
```
Exception in callback TransportBase._connect_done(>)
handle: )>
asyncio.exceptions.CancelledError
During handling of the above excep…
-
Just an idea for discussion.
`concurrent.futures.Future` is more compatible with other framework. Especially it can be converted to asyncio future directly by `asyncio.wrap_future` that make it eas…
-
The following error appears:
`PytestConfigWarning: Unknown config option: asyncio_mode`
-
### Description
I encountered an error while attempting to reproduce the steps outlined in the [Example.md](https://github.com/ovanr/webFuzz/blob/v1.2.2/Example.md) documentation for webFuzz. Specifi…
-