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: errors in transaction handling #631

Merged

Conversation

broglep-work
Copy link
Contributor

  • prv_get_transaction did return non-matching transaction if only one
    transaction was in the list or only session or mid did match
  • prv_checkFinished did not check if the mid did match, resulting in a wrong
    transaction to be removed in transaction_handleResponse

- prv_get_transaction did return non-matching transaction if only one
  transaction was in the list or only session or mid did match
- prv_checkFinished did not check if the mid did match, resulting in a wrong
  transaction to be removed in transaction_handleResponse

Signed-off-by: Pascal Brogle <pascal.brogle@husqvarnagroup.com>
@mlasch
Copy link
Contributor

mlasch commented Oct 1, 2021

This is an important fix, @tuve do you also want to have a look?

@mlasch mlasch requested a review from tuve October 5, 2021 08:52
@mlasch mlasch merged commit 5642566 into eclipse-wakaama:master Oct 5, 2021
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