ITADN

Memory leak 1GB every 2-3 seconds

#603Opensteelbrain 创建于 2026-01-08
S
steelbraincommented
### 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_
0 条评论