Closed leleb closed 11 months ago
How to connect to an mqtt broker which requires username/password?
Answer myself: just add @export to variables user and pswd. also found that ssl and wss connection was problematic, had to set TLSOptions.client_unsafe() option in connect_to_stream e connect_to_url function
How to connect to an mqtt broker which requires username/password?