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 ...
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 ...