-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix for blockwise observation failure #4332
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
This commit includes - Fix for ARMmbed/mbed-client#481 - Detailed Changelog available here PelionIoT/mbed-coap@v4.0.3...v4.0.4
/morph test-nightly |
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.
One minor comment
stored_blockwise_msg_temp_ptr->coap_msg_ptr->options_list_ptr && | ||
stored_blockwise_msg_temp_ptr->coap_msg_ptr->options_list_ptr->observe != COAP_OBSERVE_NONE) { | ||
remove_from_the_list = false; | ||
} else { |
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.
If remove_from_list was initialised to true , the else block would be unnecessary?
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.
Fixed.
Result: NOT_BUILTYour command has finished executing! Here's what you wrote!
|
/morph test-nightly |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputTest failed! |
/morph test-nightly |
Again looks like nightly passed but didn't report results! |
/morph test-nightly |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputTest failed! |
/morph test-nightly |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputExample Build failed! |
@pan- any ideas ?
|
/morph test-nightly |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Fix for blockwise observation failure
Description
This commit includes
Status
READY
Migrations
If this PR changes any APIs or behaviors, give a short description of what API users should do when this PR is merged.
NO
Related PRs
Detailed Changelog available here PelionIoT/mbed-coap@v4.0.3...v4.0.4