We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Simple module installation in Nuxt causes memory leak with asyncContext enabled
https://github.com/daniluk4000/recaptcha-memory-leak (latest node 18 or higher)
chrome://inspect
siege -c 1 http://localhost:3000
The text was updated successfully, but these errors were encountered:
@DanSnow
This code in plugin causes memory leak on SSR. Simple typeof window check fixes this error.
Also maybe module should not initialize all those wait things on SSR at all.
Sorry, something went wrong.
No branches or pull requests
Description
Simple module installation in Nuxt causes memory leak with asyncContext enabled
Minimal Reproducible Example
https://github.com/daniluk4000/recaptcha-memory-leak (latest node 18 or higher)
chrome://inspect
, open profiler for node appsiege -c 1 http://localhost:3000
System info
The text was updated successfully, but these errors were encountered: