- (set-mqtt-client-subscribe-callback! client (lambda (client mid) ...))procedure
Set the subscribe callback. This is called when the broker responds to a subscription request.
- mid: the message id of the subscribe message.
Set the subscribe callback. This is called when the broker responds to a subscription request.