Open shubham1358 opened 1 year ago
As per socket io docs for cluster adapter https://socket.io/docs/v4/cluster-adapter io is only defined in workers, Can i emit events from master process.
Hi!
No, this is not currently possible, though that shouldn't be that hard to implement (a bit like the emitter counterpart for the other adapters).
As per socket io docs for cluster adapter https://socket.io/docs/v4/cluster-adapter io is only defined in workers, Can i emit events from master process.