-
- Downloads
Don't publish to the initial server topics (e.g. version) until after connect
Fix for issue #884 We must wait until the connect_callback() has been called to publish these messages. Using mqtt.server_version as the indicator of an initial startup connection versus a re-connection (due to broker-connection loss), i.e. setting to NULL after initial connection.
Please register or sign in to comment