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
The device loading should keep track of which devices it has loaded so far. This way we do not attempt to load the same device twice.
Current Behavior
No caching done.
Possible Solution
Have a happi.cache that has a mapping of loaded devices to containers. This way it is possible to go find the container information for a prior device. Also if a device is requested twice we just return a reference to the first one.
The text was updated successfully, but these errors were encountered:
Expected Behavior
The device loading should keep track of which devices it has loaded so far. This way we do not attempt to load the same device twice.
Current Behavior
No caching done.
Possible Solution
Have a
happi.cache
that has a mapping of loaded devices to containers. This way it is possible to go find the container information for a prior device. Also if a device is requested twice we just return a reference to the first one.The text was updated successfully, but these errors were encountered: