Message.close

Releases the $(ZMQ) message.

Note that the message will be automatically released when the Message object is destroyed, so it is often not necessary to call this method manually.

struct Message
@safe
void
close
()

Throws

ZmqException if $(ZMQ) reports an error.

Corresponds to

$(ZMQREF zmq_msg_close())

Meta