[sensors] Sensor object can stuck in `activating` state

pozdnyakov has just created a new issue for https://github.com/w3c/sensors:

== Sensor object can stuck in `activating` state ==
A Sensor object moves to `activated` state during the Update Observers abstract operation.
However, the Update Observers abstract operation is only invoked "If sensor’s latest reading["timestamp"] is not null" (https://w3c.github.io/sensors/#observe-a-sensor) meaning that it is never
invoked if the sensor did not provide data immediately.

Please view or discuss this issue at https://github.com/w3c/sensors/issues/203 using your GitHub account

Received on Friday, 19 May 2017 08:40:52 UTC