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

Fix kwargs in mqtt5 default builder not being unpacked correctly #583

Merged
merged 2 commits into from
May 29, 2024

Conversation

xiazhvera
Copy link
Contributor

Issue #, if available:

Description of changes:
Fixes kwargs being passed as a single object rather than being unpacked when passed as an argument.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@jmklix jmklix linked an issue May 29, 2024 that may be closed by this pull request
@sbSteveK
Copy link
Contributor

Wow. I wonder if this means we have a hole in our testing for this to have been here for 18 months >,<

@xiazhvera
Copy link
Contributor Author

Wow. I wonder if this means we have a hole in our testing for this to have been here for 18 months >,<

For the most tests and use cases, we use the builder with different connect method ( for example: mtls_from_path), which passed the arguments correctly. The issue only applied to the default builder.

@xiazhvera xiazhvera merged commit 04156eb into main May 29, 2024
7 checks passed
@xiazhvera xiazhvera deleted the fix_kwargs branch May 29, 2024 17:14
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.

Failed creation of default mqtt client
2 participants