yggd does not detect new workers automatically
subpop opened this issue · 1 comments
subpop commented
Describe the bug
When a worker starts up, yggd does not automatically discover the worker and update its table of known workers.
To Reproduce
Steps to reproduce the behavior:
- Start an MQTT client subscribed to a client's topic set (specifically, control/out)
- Start yggd
- Start a worker
Expected behavior
When subscribed to a client's topics, an updated "connection-status" message should be published, containing the newly started worker in the "dispatchers" field.
jirihnidek commented
This is duplicated issue of this issue #135. I propose to close this issue and keep only original issue.