We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e967cb7 + 1413808 commit cbf70f0Copy full SHA for cbf70f0
1 file changed
packages/live-status-gateway/src/connector.ts
@@ -53,6 +53,7 @@ export class Connector implements IConnector {
53
await this._liveStatusServer.init()
54
55
this._logger.info('Initialization done')
56
+ this.initialized = true
57
return
58
} catch (e: any) {
59
this._logger.error('Error during initialization:')
0 commit comments