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

subscribe.simple: Fix MQTTv5 clean_session collision #707

Merged
merged 1 commit into from
Jan 1, 2024

Conversation

lnksz
Copy link
Contributor

@lnksz lnksz commented Mar 10, 2023

Even though the top level clean_session parameter is documented as boolean,
one would need to pass in None to get the simple() method to not error out with v5 protocol.

(Client raises if with v5 the clean_session parameter is not None)

Even though the top level clean_session parameter is documented as boolean,
one would need to pas in None
to get the simple() method not
error out with v5 protocol
@PierreF
Copy link
Contributor

PierreF commented Jan 1, 2024

Thank for your contribution. For your contribution to be accepted, you will need to sign Eclipse ECA: https://accounts.eclipse.org/user/eca

@lnksz
Copy link
Contributor Author

lnksz commented Jan 1, 2024

signed.

@PierreF
Copy link
Contributor

PierreF commented Jan 1, 2024

Thank. The automated check seem to don't want to re-run, but a manual check confirm that you signed the ECA.

@PierreF PierreF merged commit b29e31c into eclipse:master Jan 1, 2024
1 check was pending
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

2 participants