Rupesh Verma

Rupesh Verma

  • NA
  • 61
  • 2.3k

How to send msg to specific user using AspNet core signalr

Jan 17 2019 3:24 AM
i am developing a chat app using aspnet core signalr and i want to send message to a particular user by his UserId that is in my database but unable to do this .when i am usini "Clients.Others" it working fine and pushing to all except sender. at client side Angular 6 im using. please suggest me both server and client side code to send msg from server to al connection of particular client"

Answers (1)