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

bugfix for keep alive zero #1038

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ChuckMash
Copy link

Setting keep alive to 0, or infinite keep alive, is not currently handled correctly.
Currently the client will immediately disconnect when keep alive is set to 0, this fix adds a check for this state before attempting PINGREQ.

Solves #1033

@damdo
Copy link

damdo commented Jan 12, 2024

Hey @knolleary would you be able to review/merge this oneliner bugfix?
It would save A LOT of reconnections for all of us!
Thanks :)

@hmueller01
Copy link

Unfortunately there are so may undone pull requests here that one can believe that @knolleary dropped support of this repo. Maybe it's good to do a PR at https://github.com/thingsboard/pubsubclient as they promised to support development on this library.

@damdo
Copy link

damdo commented Jan 14, 2024

@hmueller01 opened a PR there: thingsboard#7

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.

None yet

3 participants