Performance issues with Groups in SignalR?

Epimbestknow

New Member
How much of a performance impact does having a large number of groups in SignalR cause? For example, take a social network where there are posts, and comments on those posts that need to be updated through a SignalR hub. Would it be better to create a group for each of those posts, and then send the comment update to that group, to send the comment update to all the clients and then have the client-side code decide whether to update or not, or is there another way I'm missing? Thanks!
 
Back
Top