Best approach for listening PubSub topics?

I have an app which subscribe on redemption events for several users from single server. Is it better to keep single websoket connection to pubsub and just listen / unlisten users topics or create separate websoket connection for every user?

Or should I care about api limits and create new websocket connection for every 50 topics? And no more than 500 topics in total?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.