User-1461245458 posted
I am working on chat application, I am able to do broadcast message to all client,
but I want to send message to any specific client. I can get all connected clients hub connection Id, but how can I identify which hub connection id is used for a particular client.
So I want to store any unique data created at server side code with hub connection id when client logins. But I am not able to store any unique key which is in session from Controller to hub class.
I am using MVC5. Please suggest me any solution for it.