Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle async index db initialization errors, fixes tutadb 1805
Errors while initializing the DBFacade are now handled inside DBFacade and re thrown as DBError to prevent uncaught errors. Errors from the event queue are also not reported as uncaught error by EntityClient anymore as they are thrown anyway.
- Loading branch information