rendajs / Renda

A modern rendering engine for the web.
https://rendajs.org
MIT License
10 stars 4 forks source link

Clean up studio connections when they are closed #857

Open jespertheend opened 8 months ago

jespertheend commented 8 months ago

Right now the StudioConnectionsManager has a set of this.#activeConnections, but when a connection is closed they are not removed from this set. Similarly, the onChange event that is registered on file systems is not cleaned up either.