I can send message to all group in chat
return context.Clients.Group(sGrp).recieveNotification(message, user, chatid, uuid);
I can send message to all group in chat
return context.Clients.User(currentuser).seenyou(myname);
the problem when i send message to specific user in specific group is there is way to do this .