Similar Posts

10 Comments

  1. I’m having an issue with this. It works for Clients.All.SendAsync, but not for Clients.User(user).SendAsync. Any ideas why this is happening?

  2. Iā€™m having an issue with this. It works for Clients.All.SendAsync, but not for Clients.User(user).SendAsync. I tried your source code that’s working but I am doing the same but it does not work for specified user. do you have any idea what’s can be happening here?

    1. For messages to a specific user, you will have to ensure that the user to whom the message is being sent is logged in and you will have to enter the user’s ID to whom the message is to be sent. Since Identity has been used for user management you will have to go to the database table AspNetUsers to find out the Id of the user to whom the message is to be sent and input the sane in the To User text box.

Leave a Reply

Your email address will not be published. Required fields are marked *