Describe the bug
When yggd is starting up, it receives messages waiting in queue prior the workers get registered, that results in the message being dropped as yggd doesn't have the worker to deliver it to.
To Reproduce
Steps to reproduce the behavior:
- Stop yggd
- Deliver message for this client to mqtt broker for specific worker
- Start yggd
- See whether message got delivered to the worker
Expected behavior
Message from broker queue being delivered to the worker on yggd start-up