AwaLWM2M
AwaLWM2M copied to clipboard
Server operation timeouts can potentially discard partial successful results
If one or more paths of a multi-path server request fail due to client timeout, any successful paths are discarded and the entire operation is returned to the API as "timed out".
Instead, each individual failed path should have AwaLWM2MError_Timeout, but the overall operation should return AwaError_Response.
This can happen when the IPC timeout is less than the CoAP timeout.