dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.93k stars 480 forks source link

Fix not unsubscribing in trace detail on navigation #6666

Closed JamesNK closed 4 days ago

JamesNK commented 1 week ago

Description

The trace detail page isn't unsubscribing from repository updates when navigating away. That causes a memory leak by holding onto the TraceDetail page instance from the singleton TelemetryRepository instance.

Changes:

Profiler showing data leak when repeatedly navigating to and from trace details page:

image

Checklist