Yes, simplest is to destroy the socket and create a new one.
On Tue, May 31, 2016 at 2:25 PM, Aaron Sokoloski <[email protected]> wrote: > Create an entirely new socket, maybe? In what situation do you want to > unsubscribe from everything? > > On 31 May 2016 at 06:45, Bachmair Florian - flexSolution GmbH > <[email protected]> wrote: >> >> hi! >> >> >> is there an option to unsubscribe from ALL topics? >> >> I have found >> >> void zsocket_set_unsubscribe (void *zocket, char * unsubscribe); >> >> >> Is the only option to save all topics and then unsubscribe from each of >> them? >> Therefore I would have to save the topics(what I currently don't) >> >> >> Or is there another way without saving the topics? >> >> Thanks, Florian >> >> >> >> _______________________________________________ >> zeromq-dev mailing list >> [email protected] >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
