- (set-mqtt-client-publish-callback! client (lambda (client mid) ...))procedure
Set the publish callback. This is called when a message initiated with mosquitto_publish has been sent to the broker successfully.
- mid: the message id of the sent message.
Set the publish callback. This is called when a message initiated with mosquitto_publish has been sent to the broker successfully.