node-coap-client icon indicating copy to clipboard operation
node-coap-client copied to clipboard

Add additional checks for outdated/incomplete message blocks

Open AlCalzone opened this issue 7 years ago • 0 comments

When #22 is merged, only a basic implementation of RFC 7959 exists. Inside CoapClient.onMessage we should check if the correct (i.e. the requested) message fragment was received and if the resource has changed in the meantime (by comparing the ETag).

AlCalzone avatar Dec 20 '17 08:12 AlCalzone