Select which package(s) are affected
@livekit/rtc-node
Describe the bug
Create an index.js file, write this into it
setInterval(() => {
console.log('hi')
}, 5000)
Run it like node --import @livekit/rtc-node index.js and watch the memory usage explode.
Reproduction
@livekit/rtc-node v0.13.23 (current latest). macOS.
LiveKit server version
LiveKit cloud
Severity
blocking all usage of LiveKit
Additional Information
No response