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
Important Save a reference to the result of this function, to avoid a task disappearing mid-execution. The event loop only keeps weak references to tasks. A task that isn’t referenced elsewhere may get garbage collected at any time, even before it’s done. For reliable “fire-and-forget” background tasks, gather them in a collection:
The text was updated successfully, but these errors were encountered:
There hasn't been any activity on this issue recently, so it has been marked as stale.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment.
This issue will be closed if no further activity occurs. Thanks!
Thanks, @bdraco—been slammed at work, so haven't had a chance to look at this, but will soon.
bachya
added
no-stale
This issue or PR is exempted from the stale bot
and removed
stale
There has not been activity on this issue or PR for some time
labels
May 31, 2024
aioambient/aioambient/websocket.py
Line 66 in 779c296
https://docs.python.org/3/library/asyncio-task.html#asyncio.create_task
The text was updated successfully, but these errors were encountered: