> In that case I would suggest adding a new method (unregisterIndex or > something like that) instead of adding a new argument to keep the > backward compatibility.
The current unregister() method takes a Socket, we can just overload it with another version that takes an int. And one of the two versions should simply delegate onto the other one. -- Gonzalo Diethelm _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
