- (set-mqtt-client-connect-callback! client (lambda (client err) ...))procedure
Set the connect callback. This is called when the broker sends a CONNACK message in response to a connection.
- err: error condition, if #f - connection is success.
Set the connect callback. This is called when the broker sends a CONNACK message in response to a connection.