The crash was caused by a task-issue. The main thread did not wait for the broker information to be read out as the async-await-behaviour caused it to continue before the read operation completed. The broker information access object now explicitely waits for the information to be read, which resolves the issue.
The crash was caused by a task-issue. The main thread did not wait for the broker information to be read out as the async-await-behaviour caused it to continue before the read operation completed. The broker information access object now explicitely waits for the information to be read, which resolves the issue.