- Home
- Forum
- ASP.NET Core
- Core Schedule - SignalR and LoadOnDemand
Core Schedule - SignalR and LoadOnDemand
there is a basic description of how to implement SignalR for the pre-Core control of the Schedule. I have implemented LoadOnDemand for the given view, and would now be interested to find out how I could push updates made by other users to the component.
Let's say User1 added an appointement and leaves the website open.
User 2 adds an appointment on another computer.
User1 returns to the website 30 minutes later. How could I make sure that the appointment by User2 is visible, ideally without reloading, and ideally only if the appointment intersects with the chosen view of User1?
Hi Karthigeyan,
if I am not mistaken this is a .Net Core 1.0 application, that uses Gray.Microsoft.AspNetCore.SignalR.Server Version 0.2.0-alpha1.
That NuGet package is outdated, and directly references dependencies that can no longer be obtained. I get hundreds of errors such as these:
Gray.Microsoft.AspNetCore.SignalR.Server 0.2.0-alpha1 depends on Microsoft.AspNetCore.Http.Extensions (>= 1.1.0-alpha1-22144) but Microsoft.AspNetCore.Http.Extensions 1.1.0-alpha1-22144 was not found. An approximate best match of Microsoft.AspNetCore.Http.Extensions 1.1.0-preview1-final was resolved.
Error Detected package downgrade: Microsoft.ApplicationInsights.AspNetCore from 2.1.1 to 1.0.0. Reference the package directly from the project to select a different version.
- 3 Replies
- 2 Participants
-
ST Stefan
- Oct 30, 2017 07:01 PM UTC
- Nov 3, 2017 11:02 AM UTC