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 11# Change Log
22
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+
39## [ v4.5.0] ( https://github.com/ARMmbed/mbed-coap/releases/tag/v4.5.0 )
410** Closed issues:**
511 - IIOTCLT-2769 - mbed-coap: extra response received after registration
Original file line number Diff line number Diff line change 11{
22 "name" : " mbed-coap" ,
3- "version" : " 4.5.0 " ,
3+ "version" : " 4.5.1 " ,
44 "description" : " COAP library" ,
55 "keywords" : [
66 " 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
17231723 }
17241724 }
17251725
1726- return NULL ;
1726+ return ns_list_get_first ( & handle -> linked_list_blockwise_sent_msgs ) ;
17271727}
17281728
17291729/**************************************************************************/ /**
You can’t perform that action at this time.
0 commit comments