add fixes to bugs where nodes are triggered multiple times

This commit is contained in:
Henry
2023-04-14 22:55:52 +01:00
parent 140b3cd2a2
commit 7e3c8f268f
3 changed files with 88 additions and 18 deletions
+4
View File
@@ -95,6 +95,10 @@ export interface INodeQueue {
depth: number
}
export interface IDepthQueue {
[key: string]: number
}
export interface IMessage {
message: string
type: MessageType