You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolve change token leak in Blazor hot reload (#53750)
Fix of razor hotreload change token leak. This disposes the
old change tokens after the ClearCache event or before overwriting.
If something goes wrong and this isn't cleared
before the next invocation of UpdateEndpoints on the
razor data source, clear it and dispose of it then.
0 commit comments