Quix 0.5.6 App.Run in python doesn't automatically subscribe to topics
peter-quix opened this issue · 0 comments
peter-quix commented
Tell us about the bug
Quix 0.5.6 in python doesn't automatically subscribe to topics unless you pass "subscribe=True" to App.Run
What did you expect to see?
Automatic subscription. The flag was a new addition in 0.5.6, intended as a way to turn subscription off, not make that default. C# works as expected, the mistake was made in python.
What version of the library are you using?
0.5.6
Workaround?
pass "subscribe=True" to app.run()