I\'m considering updating an existing site to use SignalR. My site polls a third party service for data changes, does some magic on it, and clients poll it once every few minutes to refresh their view
I have two different web applications that need to communi开发者_如何学Gocate with each others (which I can currently accomplish by using Silverlight Duplex but that doesn\'t scale very well).After re
I am struggling to use NServiceBus for the first time, with no ESB background. After reading blog posts, the samples, the docs, etc. I cannot figure out why my C# class library will not send messages.
How to detect which clients wa开发者_Go百科s disconnected? I\'m using Hub and saw the chat example where the IDisconnect interface was implemented. De Disconnect() function is called when a page is re
I\'ve set up a SignalR hub to communicate between the server and client. The hub server side code is stored in a class called Hooking.cs. What I want is to be able to call a method defined in Hooking.
I\'m attempting to use SignalR hubs in an application, but am having no luck currently. I\'ve read through Scott Hanselman\'s article, and also looked at this blog post which shows how to implement it
I am using the hub- feature of SignalR (https://github.com/SignalR/SignalR) to publish messages to all subscribed clients:
On my website, I have a reference to a javascript file, and on IE, this error is thrown: send: function (data) {
I\'m using SignalR to process clicks from the client on my MVC3 application. Every time a user clicks something, I need to verify the logged in user.
I am trying to remove a connectionId from a Group in Signalr. The method I want to call from the client (JS) is called UbsubscribeFromProject.