Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

anon asap storage produced when starting app #1

Open
thsc42 opened this issue Mar 18, 2020 · 1 comment
Open

anon asap storage produced when starting app #1

thsc42 opened this issue Mar 18, 2020 · 1 comment
Labels
non critical bug Further information is requested

Comments

@thsc42
Copy link
Member

thsc42 commented Mar 18, 2020

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.

@thsc42 thsc42 added the non critical bug Further information is requested label Mar 18, 2020
@thsc42
Copy link
Member Author

thsc42 commented Mar 22, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
non critical bug Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant