-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Potential Memory Leak #98
Comments
Thank you for reporting that! Just wonder why MIDI is used on the server side?? |
I believe he uses However, I could totally see a scenario where local devices could be accessed remotely. For instance, you could create an interactive installation where remote users can trigger sounds in a museum space. |
I have only tested it on Mac but I don't know if the problem is Mac-specific. |
A potential memory leak issue was reported to me by a user of the WEBMIDI.js library. This library uses
jzz
in the Node.js environment to emulate the Web MIDI API.Based on the info reported by the user, I ran the following script to troubleshoot the problem:
After 2 hours, memory usage went from 19MB to 40MB. Is it possible that there is a memory leak in
jzz
?The text was updated successfully, but these errors were encountered: