Stops accepting incoming connections on endpoint.
ZmqException if $(ZMQ) reports an error.
$(ZMQREF zmq_unbind())
auto s = Socket(SocketType.pub); s.bind("ipc://zmqd_unbind_example"); // Do some work... s.unbind("ipc://zmqd_unbind_example");
See Implementation
Stops accepting incoming connections on endpoint.