Potential Stack overflow in sketch.js
Opened this issue · 0 comments
AbhyudayaSharma commented
Hi,
I see a potential stack overflow in sketch.js:
Object-detection-via-Meraki-Camera/static/sketch.js
Lines 31 to 44 in 30ace7c
The function calls itself indefinitely and will result in a stack overflow if left running for some time. I think that it would be better to replace it with a
setInterval()