Hi i are using ZMQ with pub/sub pattern.
I have a one node publisher and other nother subcriber, i tried with python (pyzmq) and with c++ (cppzmq)
If i start publishear service and subscriber servicio this's ok, but if i restart publishear node and start publisher service, without restart the subscriber service, the subscriber never reconected and don't see messages.
If i restart the subscription service that's ok, it's see the zmq message.
We sniffer the trafic in port and we see that subscriber never try reconecting and the publishear i think that wait for a new subcription.
¿ZMQ dont support restart in the publishear o maiby i have a bad settings?