nasa / openmct

A web based mission control framework.
https://nasa.github.io/openmct/
Other
12.04k stars 1.25k forks source link

Fix the various memory leaks that prevent Open MCT from being unloaded from the browser #4209

Open akhenry opened 3 years ago

akhenry commented 3 years ago

Summary

A lot of Open MCT code assumes that the application is never unloaded from the browser. This is true in normal usage, but our test specs rely on being able to cleanly load and unload Open MCT.

Expected vs Current Behavior

Impact Check List

akhenry commented 3 years ago

Testing notes: