mirror of
https://github.com/home-assistant/core.git
synced 2025-12-23 12:29:55 +00:00
* Turn on thread safety checks in async_dispatcher_send We keep seeing issues where async_dispatcher_send is called from a thread which means we call the callback function on the other side in the thread as well which usually leads to a crash * Turn on thread safety checks in async_dispatcher_send We keep seeing issues where async_dispatcher_send is called from a thread which means we call the callback function on the other side in the thread as well which usually leads to a crash * adjust
7.1 KiB
7.1 KiB