VenusInterns / BlogTemplate

MIT License
208 stars 38 forks source link

Added a FileWatcher and events fire on page, but #194

Closed JohnDizzle closed 1 year ago

JohnDizzle commented 6 years ago

When I have two separate windows open that are active to project. The First is on the index page, and the next is the post page. When I delete a comment in the post page the code fires, but it's not updating the first window with the changes: which include a bindingproperty to PostSummaries which reflects the change, although the first windows view does change to the new binding.

A workaround is the a a meta tag which works. I have look into signalR, but it's only available to .net core 2.1. Can I update your project ...