We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222a749 commit ee98214Copy full SHA for ee98214
1 file changed
base-server/index.js
@@ -687,6 +687,7 @@ export class BaseServer {
687
}
688
689
performUnsubscribe(clientNodeId, action, meta) {
690
+ if (action.channel === '__proto__' || clientNodeId === '__proto__') return
691
if (this.subscribers[action.channel]) {
692
let subscriber = this.subscribers[action.channel][clientNodeId]
693
if (subscriber) {
0 commit comments