-
Notifications
You must be signed in to change notification settings - Fork 3k
Update mbed-coap to version 4.6.1 #7739
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
@yogpan01, please review |
@0xc0170 This is a candidate for next 5.10 release , please take this in to the codebaseline. |
/morph build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a comment. Otherwise LGTM.
} | ||
} | ||
#endif | ||
return -2; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it correct that if if the #define is not enabled, this function will always return an error?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, because this function handles cases where re-sending of messages is causing internal queue to be full hence there is a methodology to remove those messages. However, if the resending is not enabled then this function will always return error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just wanted to be sure, since the pattern looked strange.
Build : SUCCESSBuild number : 2798 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2428 |
/morph test |
* Added new API which clears one item from the resend queue by token
Fixes error: IOTCLT-2900 - Blockwise handling leaking memory in some error cases * Fix memory leak when clearing blockwise payload list * Token was not freed from the list when closing down the library Fix unused parameter - warning when blockwise is not used
Bring couple of more fixes in. Description also updated. |
@yogpan01 Mind taking another look? |
@cmonr There has been few more fixes related with memory leak in certain blockwise use cases, new update is fixing those. So this is ok from my side. |
@anttiylitokola Would you mind answering my quiestion? https://github.com/ARMmbed/mbed-os/pull/7739/files#r209809055 |
/morph build |
Build : SUCCESSBuild number : 2825 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2455 |
/morph uvisor-test |
Test : FAILUREBuild number : 2576 |
/morph uvisor-test |
1 similar comment
/morph uvisor-test |
/morph test |
Test : SUCCESSBuild number : 2603 |
Update mbed-coap to version 4.6.1
Description
Added new API which clears one item from the resend queue by token.
Fixes error: IOTCLT-2900 - Blockwise handling leaking memory in some error cases
Fix unused parameter - warning when blockwise is not used
Pull request type