feat(companion): expose pending event wait observability
This commit is contained in:
@@ -306,6 +306,10 @@ export class CompanionRuntimeClient {
|
||||
return this.pending.size;
|
||||
}
|
||||
|
||||
get pendingEventWaitCount(): number {
|
||||
return this.pendingEventWaits.size;
|
||||
}
|
||||
|
||||
async connect(): Promise<void> {
|
||||
if (this.connected) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user