Skip to main content

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

I am not sure if I get the question right, Costas. Are you talking
about implementing a resource in a CoAP server and how it should
process a request that might take some time to complete?

On Di, 2016-07-12 at 13:01 +0300, Costas Tz wrote:
> 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
> 
> _______________________________________________
> cf-dev mailing list
> cf-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or
> unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cf-dev

Back to the top