dsuryd / dotNetify

Simple, lightweight, yet powerful way to build real-time web apps.
https://dotnetify.net
Other
1.17k stars 164 forks source link

Using SQL Backplane #253

Closed cakriwut closed 4 years ago

cakriwut commented 4 years ago

I am trying to use SQL Backplane with Dotnetify.

I use this in my OWIN startup class

GlobalHost.DependencyResolver.UseSqlServer(""); app.MapSignalR(); app.UseDotNetify(option => option.RegisterAssembly(Assembly.GetExecutingAssembly()));

However, the hub does not work. Is there any guidance to use SQL Backplane with dotnetify?

dsuryd commented 4 years ago

I have no experience with backplanes and the topic is out of scope of this library. Also, Microsoft is not recommending SQL Server backplane anymore: https://github.com/dotnet/aspnetcore/issues/5277