Real-time push update to only one user (not channel) at a time. How to do that?
问题 I'm creating a web app/site in which my server will push real-time update to clients some info (using Pusher api). So, the USERS that subscribe to a CHANNEL can receive the update when the server pushes updates to this CHANNEL. However, (because of the nature of my application) there should be only one USER that receive a real-time update at a time. In other words, an update is actually targeted to not a specific CHANNEL, but a specific USER. My current solution is: Each CHANNEL allows only