Nitro plugin while loop stucks server
I have a simple plugin that reads a file and runs some code periodically.
The while makes the server go stuck, is there an alternative to run a code like that in the server background without breaking the rest of the server?
Thanks.
https://github.com/nuxt/nuxt/issues/26809
The while makes the server go stuck, is there an alternative to run a code like that in the server background without breaking the rest of the server?
Thanks.
https://github.com/nuxt/nuxt/issues/26809
GitHub
Environment Operating System: Darwin Node Version: v18.15.0 Nuxt Version: 3.11.2 CLI Version: 3.11.1 Nitro Version: 2.9.6 Package Manager: bun@1.1.3 Builder: - User Config: devtools, app, runtimeCo...
