Mohamed Abubucker

Results 3 comments of Mohamed Abubucker

Hi @arsium , please find the below example code. like that you can send a message to specific client. ``` TcpSession session = Server.FindSession(new Guid("")); Console.WriteLine($"session value {session}"); session?.SendAsync($"Message text...

Hi @explorer14 , hope you are doing well. Still i am looking for the solution. i think this slidingExpiration property can help us. but i don't know how to use...

Hi, i too faced this same problem. i googled nothing worked for me. later i have remove sockjs from dependency in package.json and again install it by `npm i -s...