socket.io-cluster-adapter
socket.io-cluster-adapter copied to clipboard
Is it possible to emit event from primary process
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).