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 thunder_ripple_sdk has caching implemented around all of the device_info calls that are made to Thunder. This will make testing or local development with the Mock Device extension very difficult as there is no way to clear the cache after the first call of any particular method is made.
We need to add the ability to disable this cache in certain environments. This should be done by updating the extn manifest to have a property which enables or disables this cache.
I am not sure what the best way to express this is in the extn manifest file as this property would be generic to this specific extension. It also doesn't seem right to place the config in the device manifest. Maybe we need to have a settings field in the extn manifest where extensions can define their own options.
The text was updated successfully, but these errors were encountered:
The
thunder_ripple_sdk
has caching implemented around all of the device_info calls that are made to Thunder. This will make testing or local development with the Mock Device extension very difficult as there is no way to clear the cache after the first call of any particular method is made.We need to add the ability to disable this cache in certain environments. This should be done by updating the extn manifest to have a property which enables or disables this cache.
I am not sure what the best way to express this is in the extn manifest file as this property would be generic to this specific extension. It also doesn't seem right to place the config in the device manifest. Maybe we need to have a settings field in the extn manifest where extensions can define their own options.
The text was updated successfully, but these errors were encountered: