Skip to content
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

Memory leak when use vue-ssr #206

Closed
freeozyl80 opened this issue Jun 12, 2017 · 1 comment
Closed

Memory leak when use vue-ssr #206

freeozyl80 opened this issue Jun 12, 2017 · 1 comment

Comments

@freeozyl80
Copy link

using the Vue in the Server, I need 'computed' to calucate something, Howerver , I got error in the function defined in 'computed' in some special(rarely) case, so we have no returns in this function. i think it throw the error in vue, just end and throw error is ok, but finaly, it cause memory leak.
maybe in the function defined in 'computed', i should guarantee absolutely correct?

@freeozyl80
Copy link
Author

finally it is solved O.O vuejs/vue#5975

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

No branches or pull requests

1 participant