PelionIoT / mbed-coap

CoAP C library - Builder and Parser for CoAP messages
Apache License 2.0
29 stars 16 forks source link

Add function to clear received blockwise messages #69

Closed kuggenhoffen closed 6 years ago

kuggenhoffen commented 6 years ago

Add function that can be used to clear the received blockwise payloads for example in the case of a connection error.

kuggenhoffen commented 6 years ago

@anttiylitokola Can you check?