mauricesvay / node-wifiscanner

Scan surrounding WiFi access points with NodeJS
60 stars 80 forks source link

Memory leak in scanner? #10

Open mscreenie opened 9 years ago

mscreenie commented 9 years ago

Could you run a test to see if this plug-in is leaking memory? I've analysed one of my apps that calls the scanner every 10 seconds and in Chromes dev tools, the heap indicates there are some objects not cleaned by GC.

My environment is Windows 8.1.

Has anyone else had an similar experience or re-produced this bug?

mauricesvay commented 9 years ago

I'm sorry, I don't have Windows to test the Windows utility. Could you post a minimal test case? Maybe someone else with Windows could try and check for memory leaks.