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.
1 parent e49715e commit 72c765fCopy full SHA for 72c765f
packages/mos-gateway/src/CoreMosDeviceHandler.ts
@@ -152,6 +152,8 @@ export class CoreMosDeviceHandler {
152
messages.push(connectionStatus.SecondaryStatus || 'Running NRCS on hot standby')
153
} else {
154
statusCode = StatusCode.BAD
155
+ // Send messages for both connections
156
+ messages.push(connectionStatus.PrimaryStatus || 'Primary and hot standby are not connected')
157
messages.push(connectionStatus.SecondaryStatus || 'Primary and hot standby are not connected')
158
}
159
0 commit comments