Closed sanbeam closed 8 years ago
have a resource hosted on a native (C++) OCF server, which has R W property.
Trying to change it using iotvity node (PUT)
OicClient.update() method.
The resource object received when we discover - was saved and reused in the call.
Why does PUT fail in this case.
Probably because of #83 ...
have a resource hosted on a native (C++) OCF server, which has R W property.
Trying to change it using iotvity node (PUT)
OicClient.update() method.
The resource object received when we discover - was saved and reused in the call.
Why does PUT fail in this case.