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
We are currently not catching when the storage gets full - this generates an error. Storage is used in many places, but the most important is the client cache, this would break search completely.
May want to check for other core usage, but we should at least ensure that a full local storage does not cause issues in:
snap-client
StorageStore
Ideally tests would be written first followed by changes to the code to get the tests to pass.
The text was updated successfully, but these errors were encountered:
We are currently not catching when the storage gets full - this generates an error. Storage is used in many places, but the most important is the client cache, this would break search completely.
May want to check for other core usage, but we should at least ensure that a full local storage does not cause issues in:
Ideally tests would be written first followed by changes to the code to get the tests to pass.
The text was updated successfully, but these errors were encountered: