Files
core/tests
J. Nick Koston 09ebbfa0e1 Move thread safety check in device_registry sooner (#116264)
It turns out we have custom components that are writing to the device registry using the async APIs from threads. We now catch it at the point async_fire is called. Instead we should check sooner and use async_fire_internal so we catch the unsafe operation before it can corrupt the registry.
2024-04-27 09:24:55 +02:00
..
2024-03-26 00:02:16 +01:00
2024-04-06 13:01:56 +02:00
2024-04-12 14:47:46 +02:00
2024-03-18 00:40:38 +01:00
2024-04-13 09:56:33 +02:00
2024-03-20 21:05:07 +01:00
2024-03-26 00:02:16 +01:00
2024-04-15 22:25:09 +02:00