mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 21:24:11 +00:00
feat: implement naive client ping
This commit is contained in:
committed by
Carlos Valente
parent
d87542dcf7
commit
8dd448db44
@@ -52,4 +52,5 @@ export const runtimeStorePlaceholder: RuntimeStore = {
|
||||
playback: SimplePlayback.Stop,
|
||||
},
|
||||
frozen: false,
|
||||
ping: -1,
|
||||
};
|
||||
|
||||
@@ -27,4 +27,5 @@ export type RuntimeStore = {
|
||||
|
||||
// flags
|
||||
frozen: boolean;
|
||||
ping: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user