-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message in MQTT queue is not delivered on yggd start #82
Comments
Are you observing this in |
I believe it was ygg 0.2, but maybe @adamruzicka knows if this is still an issue on |
I just checked with main, it seems to be fixed there. |
Oh, wait. It is fixed only sometimes. The message was set to be retained and sent with qos 1.
|
This might have been fixed inadvertently, especially now on I assume it will take a little work to reproduce this again now that workers need to be rewritten to interact with |
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:
Expected behavior
Message from broker queue being delivered to the worker on yggd start-up
The text was updated successfully, but these errors were encountered: