提交 6c7a8092 编写于 作者: E Eugene Pankov

fixed config reload race condition

上级 9f87886a
......@@ -240,8 +240,8 @@ export class ConfigService {
this.ready.next(true)
this.ready.complete()
this.hostApp.configChangeBroadcast$.subscribe(() => {
this.load()
this.hostApp.configChangeBroadcast$.subscribe(async () => {
await this.load()
this.emitChange()
})
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册