-
Notifications
You must be signed in to change notification settings - Fork 3k
Update mbed-coap to version 4.7.1 #8404
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 re-scan routine goto if message is caused user callback This will fix hard fault when blockwise message sending timeouts. This happens cause same list is manipulated through rx callback.
@yogpan01, please review. |
Approved. Fixes hardfault on devices which have lossy network like Thread/Mesh. |
@0xc0170 can we get this for next patch release? |
@teetak01 Technically this has missed the deadline for 5.10.2 but, I've started the ci for it and if it passes I will try and squeeze it in. If not we will get it in for 5.10.3 |
/morph build |
Build : SUCCESSBuild number : 3403 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 3033 |
Test : SUCCESSBuild number : 3204 |
Description
Add re-scan routine goto if message is caused user callback
This will fix hard fault when blockwise message sending timeouts. This happens cause same list is manipulated through rx callback.
Pull request type