socketcluster icon indicating copy to clipboard operation
socketcluster copied to clipboard

Is it possible to merge publish messages?

Open rushikeshkoli03 opened this issue 3 years ago • 0 comments

Can the publish messages be merged if the client is subscribed to multiple to topics. Examples would be:

  1. Producer produces message every second for around 400-500 topics.
  2. client is subscribed to around 100 topics
  3. So instead of sending 100 publish message every second to the client, could they be merged into an array?

rushikeshkoli03 avatar Aug 01 '22 18:08 rushikeshkoli03