-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maximum call stack size exceeded on pubsub Events #2954
Comments
Fixed by #2865? @particlebanana? |
+1 |
Seems this is still an issue with a fresh sails install up to 0.11.1, perhaps an npm patch is needed? |
Any workarounds for this ? |
Thanks for posting, @timestep. I'm a repo bot-- nice to meet you! It has been 30 days since there have been any updates or new comments on this page. If this issue has been resolved, feel free to disregard the rest of this message. On the other hand, if you are still waiting on a patch, please:
Thanks so much for your help! |
Hello all,
I would like to add that I'm encountering an identical issue to:
#2636
Also possibly related are
#2813
https://github.com/balderdashy/waterline/issues/891
This occurs immediately after any attempt to use any pubsub method on the server or .message() event.
According to this commit,e4f2a26 ,it is supposed to be fixed...
Sails v0.11.0
"sails": "0.11.0",
"socket.io-redis": "^0.1.4",
I can provide additional information if needed.
Any suggestions or possible solutions or oversights I have made please let me know.
I am opening this ticket since there are not any particularly clear solutions to this issue nor issues that doesnt involve using _.clone or _.cloneDeep and seems to have been fixed in the master branch... However I just updated my sails version recently to v0.11.0.
The text was updated successfully, but these errors were encountered: