ASP.
This is a follow-up to another question and answer. What's the effect of calling HubContext.Clients.Caller or HubContext.Clients.…
c# signalr asp.net-core-signalr asp.net-core-2.1I use SignalR 2.2.0 in a MVC5 project. SignalR depends of JQuery in client-side. JQuery recently released new version, I updated …
jquery asp.net-mvc signalrI am currently trying out the RC2 release of ASP.NET Core and I am running into an issue with …
asp.net signalr asp.net-core asp.net-core-1.0 .net-core-rc2I have two projects in my solution: Project 1: "SignalRChat" (MVC) - Works fine Project 2: "DatabaseWatcherService" Windows Service - Works fine …
c# signalr signalr-hubI have a working SignalR application that allows me to connect multiple JavaScript clients and exchange data. When I tried …
signalr signalr.clientServer side: public override Task OnConnected() { var connectionId = Context.ConnectionId; var user = Context.User.Identity.Name; // Context.User is NULL …
javascript c# signalr signalr-hub signalr.clientI thought using my own IoC would be pretty straight forward with SignalR and maybe it is; most likely I'm …
c# signalr simple-injectorTried my luck at research, but so far no joy. I would like to connect a SignalR javascript client to …
ssl signalrI'm currently exploring SignalR, this technology supports transports (web wockets, long polling ,server-sent events and forever frame). I have understood …
websocket signalr long-polling server-sent-events