Hello,
Whenever particle connects to particle cloud, it publishes an online event and an event describing the cause of last offline event. For example,
I usually see the following events as soon as the particle connects to cloud.
data: {“data”:“online”,“ttl”:60,“published_at”:“2017-09-19T23:24:01.600Z”,“coreid”:“420047001851353530333533”}
data: {“data”:“power_down”,“ttl”:60,“published_at”:“2017-09-19T23:24:01.748Z”,“coreid”:“420047001851353530333533”}
But sometimes I see that the online event is not getting published. What can cause this? I can confirm that Particle code is not stuck as I can signal it’s onboard LED.
Thanks
Dheeraj