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

Fixed issue #850 - MQTT Con thread leak on connection failure #920

Merged
merged 3 commits into from
Aug 6, 2022

Conversation

PavelAnikeichyk
Copy link
Contributor

@PavelAnikeichyk PavelAnikeichyk commented Apr 11, 2022

Please make sure that the following boxes are checked before submitting your Pull Request, thank you!

  • This change is against the develop branch, not master.
  • You have signed the Eclipse ECA
  • All of your commits have been signed-off with the correct email address (the same one that you
    used to sign the CLA) Hint: use the -s argument when committing.
  • If This PR fixes an issue, that you reference the issue below. OR if this is a new issue that
    you are fixing straight away that you add some Description about the bug and how this will fix it.
  • If this is new functionality, You have added the appropriate Unit tests.

@PavelAnikeichyk
Copy link
Contributor Author

Added ability to exit from while is case where for example broker close connection quickly and thread is continue to work and waiting for state become "running". Timeout 30 seconds added to avoid situation when thread has closed before the state reach "running".

@rdasgupt rdasgupt merged commit 0941287 into eclipse-paho:develop Aug 6, 2022
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

Successfully merging this pull request may close these issues.

2 participants