Skip to content

Conversation

Manawyrm
Copy link

for some reason the interval was set to 0ms, which lead to an infinite loop of memory allocations quickly resulting in a segmentation fault.

for some reason the interval was set to 0ms, which lead to an infinite loop of memory allocations quickly resulting in a segmentation fault.
@natevw
Copy link
Owner

natevw commented Jun 17, 2014

Hmm, interesting. The DOM spec enforces a minimum timeout of 4ms regardless of what is passed, but maybe node.js handles differently. Have you tried it with a 1ms timeout? That might be the best compromise between data latency and runaway checks…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants