If I open a single page, the UI updates with the new Guid.
If I open another page, the initial render shows the right Guid. However, if I click the button, I would expect (hope) that both pages get re-rendered.
Is this a supported use-case? How would I achieve this effect?
I need to have some state shared across all users/sessions.
I've registered my model:
This is in my blazor page:
If I open a single page, the UI updates with the new Guid.
If I open another page, the initial render shows the right Guid. However, if I click the button, I would expect (hope) that both pages get re-rendered.
Is this a supported use-case? How would I achieve this effect?