Support finalization forwarding #643
Labels
closed-for-staleness
effort/large
Large work item – several weeks of effort
feature-request
A feature should be added or improved.
module/runtime
Issues affecting the `jsii-runtime`
p1
The current JSII Runtimes don't typically forward finalization/de-allocation events to the JSII kernel, causing any object that was passed across the process boundary to be held in the
node
process' heap forever after.At least in certain languages, it should be possible to forward de-allocation events through in order to allow the
node
process to perform GC.The text was updated successfully, but these errors were encountered: