socketcluster
socketcluster copied to clipboard
Is it possible to merge publish messages?
Can the publish messages be merged if the client is subscribed to multiple to topics. Examples would be:
- Producer produces message every second for around 400-500 topics.
- client is subscribed to around 100 topics
- So instead of sending 100 publish message every second to the client, could they be merged into an array?