This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 217
Infinite loop on pushing to array #67
Comments
Removing the 10 from the function here does solve the problem, but why? |
Bump... Having the same exact issue |
Same issue here, even unwatching after first iteration causes a complete crash. In Chrome 38 in case it's useful. |
I'm not hopeful that the dev will respond here, but please remember to post your code, @rcleozier and @seawolff |
@gdude2002 Here is my code. It's abbreviated and in CoffeeScript though:
However to reproduce simply watch a bound array on an object and push data into it. |
Sorry guys, anything I can help you with? I am not currently working on Watch. Sorry about that, but any pull request will be appreciated |
@melanke yeah, same. I'll get a PR open ASAP |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using Node.JS version 0.10.26 with Watch.JS stored locally instead of using NPM (as the NPM version doesn't work).
When I push to an array within an object, Watch.JS seems to get stuck in an infinite loop.
Results in the following output..
This loops until it's killed.
Any ideas?
The text was updated successfully, but these errors were encountered: