Closed FelixD999 closed 1 year ago
I think every implementation I've seen so far does not return a task when PATCHing that property (and other single properties like that in other resources). I've typically only seen tasks produced when invoking complex operations like a firmware update.
However, the spec does allow for a task to be returned on any operation; we'll need to update the tool to allow for that.
Thanks for your help, we look forward to updating from you.
Hi, Due to our designed, we have other same issue about 202 return task, the following example is because the first task is still being processed, so the status returned by the subsequent PATCH will be 400:
DEBUG:
Would it be possible for this part also adds the processing for task to be returned on operation?
Thanks, Felix
Can certainly look into adding task handling for other PATCH cases.
Hi,
Due to our design is return 202 after disabling SSDP, not sure if the root cause of the test case fail is about latency issues such that the Validator would still catch the response after disabling SSDP.
Thasnks, Felix