mirror of
https://github.com/OMGeeky/flucto-heisskleber.git
synced 2026-01-06 19:49:43 +01:00
* Fix mqtt background datastructure. Use deque instead of queue, as there is just one producer and one consumer. Maxsize automatically removes old values from queue. Default queue size 1000. * Back to asyncio.queue, emulate the queue overrun functionality.