Shubhra

Results 4 comments of Shubhra

Hey @tobowers this should be fixed by https://github.com/livekit/node-sdks/pull/448

Hey @tobowers There was another issue casing the leak. https://github.com/livekit/node-sdks/pull/454 should fix it.

> (leave the function but make it a no-op) the memory keeps increasing. Makes me think maybe it's in rust or the ffi bridge? Yes! Weren't closing the `FfiHandle` correctly...

@tobowers I ran [your code](https://github.com/tobowers/minimal-livekit-memory-leak) with with this log statement. ```typescript for await (const frame of stream) { i++; if (i % 200 === 0) { // const webP =...