Unsubsribe from a topic and define a new one runtime(C++)
i'd like to change the name of the topic which I read data from during runtime. ..that seems not to be feasible. my idea now is the following: if a certain condition is satisfied I unsubscribe from a topic and define a new subscriber (with a new topic) that uses the same callback used by the old subscriber. Is this feasible? how can i unsubscribe from a topic?