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
There seems to be an erratic bug with this plugin where the connection to the broker is dropped after publishing a message to it, resulting in an infinite connect/disconnect loop. This seems to only occur in builds that are NOT shipping builds or in-editor and is seemingly coming from the MqttRunnable class's call to the mosquittopp loop method (where the error code 7/MOSQ_ERR_CONN_LOST is thrown).
The text was updated successfully, but these errors were encountered:
There seems to be an erratic bug with this plugin where the connection to the broker is dropped after publishing a message to it, resulting in an infinite connect/disconnect loop. This seems to only occur in builds that are NOT shipping builds or in-editor and is seemingly coming from the MqttRunnable class's call to the mosquittopp loop method (where the error code 7/MOSQ_ERR_CONN_LOST is thrown).
The text was updated successfully, but these errors were encountered: