Skip to content

Commit cbf70f0

Browse files
authored
Merge pull request #1748 from bbc/fix/lsg-liveness-probe
fix: correctly update LSG state after initialization
2 parents e967cb7 + 1413808 commit cbf70f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/live-status-gateway/src/connector.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export class Connector implements IConnector {
5353
await this._liveStatusServer.init()
5454

5555
this._logger.info('Initialization done')
56+
this.initialized = true
5657
return
5758
} catch (e: any) {
5859
this._logger.error('Error during initialization:')

0 commit comments

Comments
 (0)