0

I want to emit pusher event from nodejs to specific client in react. If multiple clients have subscribed to the channel.

1 Answers1

0

Events are broadcast to all subscribed clients of the channel. If you need to target individual clients you should have them subscribe to their own channel and then send the event via this channel.

doydoy
  • 4,021
  • 3
  • 20
  • 33