You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.
It appears that sometimes a light can appear in the Client#lights collection before its properties are fully loaded.
Ideally, only lights that are fully "loaded" should appear in Client#lights. Perhaps lights that are known, but not loaded could be managed in a separate private collection.
The text was updated successfully, but these errors were encountered:
If you call Light#color, #label or #power and it doesn't have it cached, it will block and fetch it. Light#inspect/to_s does not fetch for performance reasons.
It appears that sometimes a light can appear in the
Client#lights
collection before its properties are fully loaded.Ideally, only lights that are fully "loaded" should appear in
Client#lights
. Perhaps lights that are known, but not loaded could be managed in a separate private collection.The text was updated successfully, but these errors were encountered: