You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It took me way too long to figure out that to communicate between shards (i.e. to have one shard communicate something to all other shards) is done by making use of manager.broadcast and process.on. This info is not available in the chapter about shard communication.
Describe the solution you'd like
Information or a code sample that roughly goes like this:
Is your feature request related to a problem? Please describe.
It took me way too long to figure out that to communicate between shards (i.e. to have one shard communicate something to all other shards) is done by making use of
manager.broadcast
andprocess.on
. This info is not available in the chapter about shard communication.Describe the solution you'd like
Information or a code sample that roughly goes like this:
And if I'm doing somehting wrong here, well I guess it's because the guide didn't teach me.
Describe alternatives you've considered
No response
Additional notes
No response
The text was updated successfully, but these errors were encountered: