Is there a way of sending unique entries to each user? Basically I don't want all data entry to be sent to all users like stock price scenario. We are using LS as a way of communication with the client rather than mass stream the same content to N endpoint. I noticed that if LS_table is used twice with different # (ie: subscribing twice) would result to same content being sent to the user twice that got me worried about uniqueness of data.

Is there any demo that does this? Please help me understand if this is actually possible.

Thanks