Implement center connection handling
This commit is contained in:
5
src/Center/CenterStatus.ts
Normal file
5
src/Center/CenterStatus.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export default class CenterStatus {
|
||||
static readonly WAITING_CONNECTION: string = "WAITING CONNECTION";
|
||||
static readonly CONNECTING: string = "CONNECTING";
|
||||
static readonly CONNECTED: string = "CONNECTED";
|
||||
}
|
||||
Reference in New Issue
Block a user