rdkcentral / Lightning-SDK

SDK for Lightning framework
Apache License 2.0
130 stars 69 forks source link

Add condition for c2d upon app close #403

Closed Thomvl closed 11 months ago

Thomvl commented 1 year ago

Since Lightning core 2.9.0 containing more GC upon cleanup, closing apps via the close helper in the startapp.js is triggering an issue. Since stage.gl is cleaned, the closing logic tries to clean a 2d canvas which never existed.