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
fix: tools metrics dispatcher related memory leak (#3427)
playModeStateChanged never gets unsubscribed in NetworkManager and keeps
Multiplayer Tools MetricsDispatcher instances alive through
NetworkMetrics when domain reload is disabled.
Jira ticket: [MTT-11638](https://jira.unity3d.com/browse/MTT-11638)
## Changelog
- Fixed: Memory leaks when domain reload is disabled.
## Testing and Documentation
- No tests have been added.
## Backport
Requires backport to v1.x. (#3428)
---------
Co-authored-by: Noel Stephens <[email protected]>
0 commit comments