File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
features/frameworks/mbed-coap Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ v4.5.1] ( https://github.com/ARMmbed/mbed-coap/releases/tag/v4.5.1 )
4
+ ** Closed issues:**
5
+ - IOTCLT-2883 - Blockwise observations not completing
6
+
7
+ -[ Full Changelog] ( https://github.com/ARMmbed/mbed-coap/compare/v4.5.0...v4.5.1 )
8
+
3
9
## [ v4.5.0] ( https://github.com/ARMmbed/mbed-coap/releases/tag/v4.5.0 )
4
10
** Closed issues:**
5
11
- IIOTCLT-2769 - mbed-coap: extra response received after registration
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mbed-coap" ,
3
- "version" : " 4.5.0 " ,
3
+ "version" : " 4.5.1 " ,
4
4
"description" : " COAP library" ,
5
5
"keywords" : [
6
6
" coap" ,
Original file line number Diff line number Diff line change @@ -1723,7 +1723,7 @@ static coap_blockwise_msg_s *sn_coap_stored_blockwise_msg_get(struct coap_s *han
1723
1723
}
1724
1724
}
1725
1725
1726
- return NULL ;
1726
+ return ns_list_get_first ( & handle -> linked_list_blockwise_sent_msgs ) ;
1727
1727
}
1728
1728
1729
1729
/**************************************************************************/ /**
You can’t perform that action at this time.
0 commit comments