ccap icon indicating copy to clipboard operation
ccap copied to clipboard

seems have heavy resource leak bug, and too many sync call in it.

Open hyss777 opened this issue 8 years ago • 0 comments

My application suffers from a increasing cpu 100% time(as long as 10second after 6hours) each 61 seconds, after I tried out all the memory leak detect method, I finally use node-inspector to find that ccap's "create" method in hccap.js is the ghost.

For some reason, I have no extra time and power to point out the detail of this bug, But when I open the file, I see a lot of fs.xxxSync function, and seems the package have many way to leak file resources....

So say good bye to ccap, thank you for your work all the same.

hyss777 avatar Mar 01 '17 09:03 hyss777