Click here to Skip to main content
15,891,529 members

Comments by tp2006 (Top 1 by date)

tp2006 1-Mar-16 17:56pm View    
Thanks John! My problem is very similar to this http://forums.asp.net/t/2028264.aspx?Send+data+to+specific+client+from+server The solution proposed there suggests to use userid, mine won't have any userid. In my case there will be million records in the detail table, I don't want the signalr tp push notifications to all the connected clients when some record realted to masterid 1 is modified. Only masterid1 must get notified instead of all clients. Can you give me some example of what you mean please?
Problem a) Don't push notification to all clients isntead push it to only relevant clients.
Problem b) How to identify which masterid got modified? why this notificaiton got triggered. is there a way to find out what changed exactly? and control the notifications tobe pushed only to related master IDs?