fix: enforce ws3 roles + node allowlist
This commit is contained in:
@@ -155,6 +155,7 @@ export class NodeRegistry {
|
||||
}): boolean {
|
||||
const pending = this.pendingInvokes.get(params.id);
|
||||
if (!pending) return false;
|
||||
if (pending.nodeId !== params.nodeId) return false;
|
||||
clearTimeout(pending.timer);
|
||||
this.pendingInvokes.delete(params.id);
|
||||
pending.resolve({
|
||||
|
||||
Reference in New Issue
Block a user