I have a Blazor Web Site that keeps reloading every few sconds. this occurs on the customer server prod env. but not in the local development env. also the problem didn't appear right from the begining. it was stable until one of the recent version updates. any ideas ?
I've read that sometimes this a Chrome beheaviour that sends releoad request
CodePudding user response:
Problem solved EventAggregator.Blazor was it. crazy bug and missused 3th part component. I used it to send events from diffrent pages/components to top area of the view like status messages etc. It seems to work well. But then when in prodution we opened the site to many users, it turns out that every request a user sends, is notified to the rest of the current active users and causes their browser to refres.