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

Improvements for client property stack #361

Merged
merged 1 commit into from Oct 20, 2023
Merged

Conversation

dgarske
Copy link
Contributor

@dgarske dgarske commented Oct 12, 2023

Improvements for client property stack. Don't use lock for WOLFMQTT_DYN_PROP. If using multi-threading make sure clientPropStack_lock is not de-initialized, since it could be shared by multiple client instances. Add CI test.

ZD 16814

@dgarske dgarske requested a review from embhorn October 12, 2023 20:40
@dgarske dgarske self-assigned this Oct 12, 2023
@dgarske
Copy link
Contributor Author

dgarske commented Oct 12, 2023

Fixes #237

@dgarske dgarske assigned embhorn and unassigned dgarske Oct 13, 2023
embhorn
embhorn previously approved these changes Oct 16, 2023
Copy link
Member

@embhorn embhorn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great. Thanks for adding a CI test.

@dgarske dgarske assigned dgarske and unassigned embhorn Oct 20, 2023
…DYN_PROP`. If using multi-threading make sure `clientPropStack_lock` is not de-initialized, since it could be shared by multiple client instances. Add CI test. ZD 16814
@dgarske dgarske assigned embhorn and unassigned dgarske Oct 20, 2023
@embhorn embhorn merged commit 0f912be into wolfSSL:master Oct 20, 2023
8 checks passed
@dgarske dgarske deleted the prop_stack branch November 7, 2023 21:30
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