intel / iotivity-node

Node.js bindings for IoTivity
https://www.iotivity.org/
42 stars 44 forks source link

Issues with PUT #84

Closed sanbeam closed 8 years ago

sanbeam commented 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.

gabrielschulhof commented 8 years ago

Probably because of #83 ...