webmidi icon indicating copy to clipboard operation
webmidi copied to clipboard

Potential memory leak in the 'jzz' module

Open djipco opened this issue 1 year ago • 1 comments

Discussed in https://github.com/djipco/webmidi/discussions/426

Originally posted by briansin August 5, 2024 whoa, so just found a bigger problem with either WebMidi/jzz, so haven't even gotten around to debuggin why enable takes so long. Let's say I make a call to WebMidi.enable() and then do absolutely nothing else with WebMidi for the entire process (process has an express server, so basically stays runnign all the time). There is some crazy memory leak in the underlying library such that it ate through 64 GB of memory in about 2 days.... literaly calling enable() and then doing absolutely nothing else.

Thoughts?

Thanks

djipco avatar Sep 17 '24 00:09 djipco