jeremylvln/SlimmyThings

The event based peripherals should clean their event queue after a certain time

Closed this issue · 0 comments

Actually, we push an event in a queue. The computer by polling an event remove the first element of the queue. But if no computers poll the queue, the size will increase.