mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
🐛 Fix issue that data got send out to all connected clients
This commit is contained in:
@@ -71,7 +71,7 @@ export class Push {
|
|||||||
data,
|
data,
|
||||||
};
|
};
|
||||||
|
|
||||||
this.channel.send(JSON.stringify(sendData));
|
this.channel.send(JSON.stringify(sendData), [this.connections[sessionId]]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user