search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Push updated data to other connected clients

Asked by Anonymous
7 years ago.

Hi,
i ' m using DayPilot Scheduler MVC Pro with more than one client in the same time. So the added/modified events must be updated in real time for all other clients. The "AutoRefreshInterval" use client-side polling. It is not enough in this case. Anyway the to push the updated data to the connected clients?
Any suggestion or workarounds?

Thanks for help

Answer posted by Dan Letecky [DayPilot]
7 years ago.

In ASP.NET MVC, the best way is to use SignalR to notify the client about the changes.

You could possibly also send the actual changes using SignalR but it seems to be easier to just send a "refresh required" signal which will trigger an update on the client side.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.