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

Locking: Make sure all app callbacks are properly locked. #1463

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

mrdeep1
Copy link
Collaborator

@mrdeep1 mrdeep1 commented Jul 10, 2024

Recursive lock issues happen for some of the app callbacks that then call a libcoap public API that tries to lock up the CoAP context.

All libcoap callbacks into app code should now be fixed.

Recursive lock issues happen for some of the app callbacks that then call a
libcoap public API that tries to lock up the CoAP context.

All libcoap callbacks into app code should now be fixed.
@mrdeep1 mrdeep1 merged commit 53e9333 into obgm:develop Jul 11, 2024
31 checks passed
@mrdeep1 mrdeep1 deleted the callback branch July 11, 2024 12:17
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.

1 participant