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
An asap storage owned by anon is created each time when the app side SharkNetApp:ASAPApplication is created. Constructor call ASAPApplication constructor with default setting (anon). This leads to creation of this useless storage.
Further call to create service side leads to the correct creation of a named asap storage. Call of this super constructor must be avoided. It doesn't actually hurt. It just not right.
The text was updated successfully, but these errors were encountered:
nearly solved. It is still created when debugging - in some cases: after killing app, service recovers without any creation intent, though. Leads to an anon storage. Does not harm anything and will (will it) happen in the real app.
An asap storage owned by anon is created each time when the app side SharkNetApp:ASAPApplication is created. Constructor call ASAPApplication constructor with default setting (anon). This leads to creation of this useless storage.
Further call to create service side leads to the correct creation of a named asap storage. Call of this super constructor must be avoided. It doesn't actually hurt. It just not right.
The text was updated successfully, but these errors were encountered: