Closed this issue 11 years ago · 2 comments
How can I specify connect options (like client username, password)? [client connectToHost doesnt seem to provide that..
[client connectToHost
MQTTClient has username and password properties that you can set before calling the connect... methods.
MQTTClient
username
password
connect...
Thank you..!