Hi,
mux wasn't changing the topic when /mux/select was called.
The issue is that the subscription is created once and doesn't check if inputtopic changes.
My fix is a check of inputtopic and the current sub topic name, if they are different then sub is reset and created again with the new topic name in the next iteration.
Hi, mux wasn't changing the topic when /mux/select was called.
The issue is that the subscription is created once and doesn't check if inputtopic changes.
My fix is a check of inputtopic and the current sub topic name, if they are different then sub is reset and created again with the new topic name in the next iteration.
Cheers, Marti