How to release node:zlib resources
I have some testcases which use the
When I run this, Deno finds a leak:
Am I missing something, or is this an issue with the
node:zlib polyfill and I'm having a bit of trouble getting the tests to pass. Here's a very basic example:When I run this, Deno finds a leak:
Am I missing something, or is this an issue with the
node:zlib polyfill?