Hi there, I have been trying to setup a secure zmq communication using plain auth. I want to be able to dynamically add and remove users without restarting my service. However, when I do zmq.AuthPlainRemove(in golang), the socket still accepts data from the user whom I have just banned.
I understand that once a socket starts accepting data, it keeps on doing so, even if I have removed auth. And I need to close and open a new socket for that. Is that correct ? And if it is, what would be the most ideal way to achieve this ? I am thinking to send a signal to the client and then have the client close the socket (signifying that it has been banned). Are there any better ways to do this ? Cheers, Agniva
_______________________________________________ zeromq-dev mailing list [email protected] https://lists.zeromq.org/mailman/listinfo/zeromq-dev
