More refactoring stuff
- Add a waitForEventQueue promise, to get rid of the 5 second fudge from testBot.js - Async'ify testBot.js - Complete plumbing for Hint's ScriptDialog support (see changes to ScriptDialogEvent.ts and Comms.ts - Fix: The EventQueue was pausing for 5 seconds every 30 seconds
This commit is contained in:
1
dist/classes/ClientEvents.js
vendored
1
dist/classes/ClientEvents.js
vendored
@@ -17,6 +17,7 @@ class ClientEvents {
|
||||
this.onGroupChatAgentListUpdate = new Subject_1.Subject();
|
||||
this.onFriendResponse = new Subject_1.Subject();
|
||||
this.onScriptDialog = new Subject_1.Subject();
|
||||
this.onEventQueueStateChange = new Subject_1.Subject();
|
||||
}
|
||||
}
|
||||
exports.ClientEvents = ClientEvents;
|
||||
|
||||
Reference in New Issue
Block a user