-
Notifications
You must be signed in to change notification settings - Fork 191
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
How to know when callback are finished ? #264
Comments
Hi! Could you describe your use case a bit more and tell me exactly what's not working? Thanks in advance. |
Hi @vitusortner ! So, I want to pre-populate the database at the first startup (in order to inject static data).
Thanks for your time & your awesome lib ! |
I managed to pass around this "issue" by hooking the initialization process:
Note: I use a Singleton pattern and it works just fine. |
|
Hello,
I want to know when the callback is finished. I try to populated the DB but I can't know when the populating process is finished ...
I tried to add "async" on onOpen func but it doesn't work ...
Any help would be greatly appreciated :)
The text was updated successfully, but these errors were encountered: