ARMmbed / mbed-client

DEPRECATED: C++ API for mbed-client
https://cloud.mbed.com/docs/current
Apache License 2.0
53 stars 85 forks source link

Unsolicited messages or device-initiated observation possible? #521

Closed amq closed 6 years ago

amq commented 7 years ago

I'l like to avoid having the application start the observation each time the device registers. With connectivity like cellular it causes additional traffic and is prone to errors, especially considering that the device goes off/online often, for short periods.

ciarmcom commented 7 years ago

ARM Internal Ref: IOTCLT-2162

teetak01 commented 6 years ago

Closing the issue as inactive and due to the repository being deprecated.

Please take a look at our current offering at https://cloud.mbed.com/docs/current. The actively maintained version of this component can be found in http://github.com/armmbed/mbed-cloud-client.

Please open a new issue if this is still valid. We strongly encourage you to migrate to the latest product. New issues in this repository will most likely remain unfixed.

teetak01 commented 6 years ago

@amq this actually sounds like that your device has pre-subscriptions enabled, thus server will automatically send subscription requests after registering.

For Cloud Client we are adding improvements for optimizing this kind of traffic in future release.