IoTKETI / Mobius

oneM2M IoT Server Platform
http://developers.iotocean.org/archives/module/mobius
BSD 3-Clause "New" or "Revised" License
134 stars 87 forks source link

Wrong bn parameter on subscription update #6

Closed psotres closed 7 years ago

psotres commented 7 years ago

https://github.com/IoTKETI/Mobius/blob/705198b364124aac7d4e44cc1eaa6317b21ebc76/mobius/resource.js#L1760

JSON.stringify is missing on resource_Obj[rootnm].bn parameter, so from the moment a subscription is updated then any get on this subscriptions fails when parsing bn

psotres commented 7 years ago

Fixed on f3d8b91