-
Notifications
You must be signed in to change notification settings - Fork 3k
Update mbed-coap to version 4.7.0 #8273
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
Conversation
- Add function that can be used to clear the received blockwise payloads for example in the case of a connection error. - Silence compiler warning when CoAP duplicate detection is enabled.
317192b
to
4c692c6
Compare
@yogpan01, please review. |
Approved. This is needed for client to handle memory gracefully when it is recovering from connection break while in the middle of firmware download. |
/morph build |
Build : SUCCESSBuild number : 3215 Triggering tests/morph test |
Test : FAILUREBuild number : 3017 |
/morph test |
Test : FAILUREBuild number : 3032 |
/morph test |
Exporter Build : SUCCESSBuild number : 2846 |
Test : SUCCESSBuild number : 3064 |
@ChiefBureaucraticOfficer Could you take a look at this? A new function was added, but it appears that this might be needed in a patch release for cloud client (correct @yogpan01?). |
Please clarify - has the owner of COAP reviewed these changes? The changes are optional, no adoption is required by existing users? No other known behaviors are altered? If the answers to all of the above are 'yes', then the process excursion is APPROVED for the PR. |
@0xc0170 @ChiefBureaucraticOfficer |
Description
Pull request type