-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
Timeouts for async components are not cleared, blocking node on ssr #9648
Comments
Please provide a boiled down repro when reporting a bug (no nuxt) thanks! |
@posva - can you please help me and point me to a minimal SSR example that writes generated files to disk? With a standard SSR example from https://ssr.vuejs.org/ with a permanently running node instance I think I can't show the dangling timeouts. Thanks! |
I have run into the same issue @ahus1 - have you heard back from anyone regarding this? |
@posva - I've updated the ticket to show the late-triggering timeouts with a pure-Vue example. Is that sufficient? Vue: |
Version
2.6.9
Reproduction link
Vue:
Nuxt:
Steps to reproduce
Vue:
Nuxt:
What is expected?
Vue:
Nuxt:
What is actually happening?
Vue:
Nuxt:
This happens both for timeout and loading elements. I'm about to submit a PR submitted as #9649.
The text was updated successfully, but these errors were encountered: