zigbeefordomoticz / Domoticz-Zigbee

Zigbee plugin for Domoticz. Allow to connect various zigbee controllers like Zigate but also Texas Instrument CC2531, CC13x2, CC26x2 ; Silicon-Labs; deConz based chipset to be connected to Domoticz
GNU General Public License v3.0
99 stars 43 forks source link

Switch to asyncio.queue for writer queue ( #687 ) #1688

Closed pipiche38 closed 6 months ago

pipiche38 commented 6 months ago

For now, it looks like the asyncio.queue.get() which is a blocking one, remains blocked even if events are in the queues

pipiche38 commented 6 months ago

Doesn't work with the Python Framework embedded in Domoticz