Files
flucto-heisskleber/tests/mqtt
Felix Weiler 571251aa90 Fix mqtt background datastructure. (#208)
* 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.
2025-03-03 12:54:15 +01:00
..