node-coap-client
node-coap-client copied to clipboard
Add additional checks for outdated/incomplete message blocks
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).