You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're probably blocking the main thread with your sleep(). Don't do that. Node utilizes an event loop, so if you block the main thread, none of those events can be processed.
Version
v18.7.0
Platform
Linux scv 5.15.0-43-generic #46-Ubuntu SMP Tue Jul 12 10:30:17 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Subsystem
No response
What steps will reproduce the bug?
If there is a while function outside, other callbacks do not work.
How often does it reproduce? Is there a required condition?
If there is a while function outside, other callbacks do not work.
What is the expected behavior?
There is no error and it just doesn't work.
The process is not terminated, just waiting
What do you see instead?
just waiting
Additional information
No response
The text was updated successfully, but these errors were encountered: