-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
lib: nrf_cloud: coap: improve thread safety #21369
lib: nrf_cloud: coap: improve thread safety #21369
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: a4d7cde684bb7f98d138f6d07dad64bb1b8ab933 more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: 7cbc0036f4 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
e258c6d
to
ae4d959
Compare
ae4d959
to
27f0b83
Compare
0beafd3
to
ca59248
Compare
ca59248
to
df76a2a
Compare
Properly guard functions using internal coap_client with mutexes. Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
Cancel pending CoAP requests on timeout. Otherwise, some other request might receive a response of a previous one. Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
df76a2a
to
a4d7cde
Compare
Properly guard functions using internal coap_client with mutexes.