Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cf-dev] Conceptual matter on CoAP

Hi there,

My question is this,
Is it wrong, spec-wise or in general, for CoAP to wait an upper layer to perform an action regarding the persistence of the message(locally, e.g. a file) and then send the ack back, or don't if writing the file failed? .
For example use a MessageInterceptor and setting response.setAcknowledged(false);
I feel like I'm missing a point, but I couldn't be sure if its a gray area.

Thank you


Back to the top