We've just shipped the final 2.4.0 version of ASP.NET SignalR, the version of SignalR for System.Web and/or OWIN-based applications. As we mentioned in a previous post on the future of ASP.NET SignalR, 2.4.0 is a minor release which contains some small bug fixes and updates. The majority of the features and fixes we implemented for ASP.NET SignalR were outlined in the 2.4.0 Preview 2 post. Support for StackExchange Redis 2.0 In 2.4.0 we're adding support for the new 2.0 release of the StackExchange.Redis package. If you're using StackExchange's Redis package in your SignalR apps and you want to update to the StackExchange Redis 2.0 version, you'll need to remove your existing package reference to Microsoft.AspNet.SignalR.Redis, then add a reference to the new Microsoft.AspNet.SignalR.StackExchangeRedis package. Once you make the package reference changes, you'll also want to replace calls to the UseRedis method with UseStackExchangeRedis. Your Feedback is Welcome and Appreciated We recommend you try upgrading to 2.


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to


AspNet,SignalR