You are not using BroadcastMessage or BroadcastEmployee from signalrhub, and directly calling sendAsync in controller to message all clients
@NoOne-po1oe Жыл бұрын
I was wondering too. Do we supposed to used it?
@kalaiArasu-j5i Жыл бұрын
Hi, how to send notification to particular user?
@tecnologiaeinformacionmoyb27237 ай бұрын
Hola ya habia visto en un blog de MS como inyectar el heredado del Hub como contexto pero para un objeto que generaba mensajes cada cierto tiempo , ahora tu explicación me deja mas claro su uso, y cómo lo usas para el servicio de Api Rest bien explicado, saludos desde México
@bankniftydailylevel2119 Жыл бұрын
how can we implement using azure signalr
@arkadiuszmikulec5241 Жыл бұрын
Hi, Super tutorial. One question. Is there any reason why we do not add, on a server side, SignalHub class as a Singelton and insted of using IHubContext use instance of SignalHub directly? Calling method BrodcastEmployee direct from Api controller can harm preformance or anything else? Thanks for answer.
@tecnologiaeinformacionmoyb27237 ай бұрын
intente instanciar el heredado de Hub pero nunca llegaban los mensajes, solo haciendo inyeción como contexto es que llegaron los mensajes
@manjunathap56882 жыл бұрын
Where i CAn downoad this source code?
@CodingJackpot2 жыл бұрын
www.buymeacoffee.com/codingjackpot/e/82139
@rodrigo64592 жыл бұрын
Microsoft.AspNetCore.SignalR was deprecated... which one replaces it?
@habibi7502 жыл бұрын
Did you ever find an answer to this?
@rodrigo64592 жыл бұрын
@@habibi750 Nope..! :(
@NoOne-po1oe Жыл бұрын
Thanks man you help me a lot even though it lacks some information.
@marcaldo Жыл бұрын
Very good! Thank you for your work!
@shabanelmogy7912 Жыл бұрын
Thank you very much For This Excellent Explain
@habibi7502 жыл бұрын
Why are you using an api with blazor server?
@cnchandroo2 жыл бұрын
Nice video on SignalR with very good explanations. Is it possible to send messages to specific users instead of broadcasting to all clients using the same WebAPI? Thanks.
@CodingJackpot2 жыл бұрын
I will create a video tutorial for broadcasting signalr message to a specific user
@andrewglasgow48122 жыл бұрын
@@CodingJackpot When?
@kanatkudaibergenov564 Жыл бұрын
Write me, and i will show you how to do that
@MohammadAlbazel2 жыл бұрын
Great! How can I use this to design a real time wallboard statistics, how can I call the api in every second
@CodingJackpot2 жыл бұрын
to call the api service every second you will have to make use of azure http logic apps when we deploy it .. in logic apps we can mention the x seconds to call the api
@هشام-ظ8ش2 жыл бұрын
Thank you very much. Very useful video. Is it possible to use SqlDependency?
@CodingJackpot2 жыл бұрын
Do you want to save the signal r messages in SQL server database?
@هشام-ظ8ش2 жыл бұрын
Hello, it works if it is in the same solution but if the projects is different solution, it does not work why