chickadee » mosquitto » set-mqtt-client-unsubscribe-callback!

(set-mqtt-client-unsubscribe-callback! client (lambda (client mid) ...))procedure

Set the unsubscribe callback. This is called when the broker responds to a unsubscription request.

  • mid: the message id of the unsubscribe message.