Add channel health diagnostics and gateway recovery fixes (#855)
This commit is contained in:
committed by
GitHub
Unverified
parent
6acd8acf5a
commit
1f39d1a8a7
@@ -26,7 +26,7 @@ export type ChannelType =
|
||||
/**
|
||||
* Channel connection status
|
||||
*/
|
||||
export type ChannelStatus = 'connected' | 'disconnected' | 'connecting' | 'error';
|
||||
export type ChannelStatus = 'connected' | 'disconnected' | 'connecting' | 'degraded' | 'error';
|
||||
|
||||
/**
|
||||
* Channel connection type
|
||||
|
||||
Reference in New Issue
Block a user