Closed JorgenSmith closed 5 years ago
That should not be the case, I'll check it out today or tomorrow and fix this. Thanks!
Fixed in v0.3.1
Thanks very much for the quick turnaround, @p4tin - I have just confirmed that this fixes the issue. Cheers!
Hey, first of all, thanks for the great work. I discovered an issue which broke my local config in an update to one of the latest versions: If a queue is specified separately, it will not be added as a subscription. Is this intended behaviour?
Broken config:
Result:
Removing the subscriptions part works, however. Working config:
Result (after another restart as per above):
The workaround works, however it was nice to list the queues in one place as well as subscribe them to topics, and it could be a breaking change for other users especially if used in docker (compose).
Cheers!