You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If the `skip` option is set to true, the client will skip the network level connection and jump to the MQTT level connection. This option can be used in order to establish and verify TLS connections manually before giving control to the MQTT client.
177
-
-This functions returns a boolean that indicates if the connection has been established successfully.
180
+
-The functions return a boolean that indicates if the connection has been established successfully (true).
178
181
179
182
Publishes a message to the broker with an optional payload:
0 commit comments