Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MOSQ_ERR_CONN_LOST thrown publishing message in development builds #24

Open
CiderGuy88 opened this issue Oct 13, 2022 · 1 comment
Open

Comments

@CiderGuy88
Copy link

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).

@Sikhor
Copy link

Sikhor commented Dec 11, 2023

I have the issue in the packaged build and never in the editor... Seems some configuration changes or the packaged dll is not the same as in editor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants