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
Once you are trying to connect to the network, it will not use 100% of your CPU thread.
Actual behavior
Node 11.0.0: uses 100% of your CPU thread
Node 10.13.0 and 9 have a CPU thread usage of 1-2 %
I was running on version 11, then I switched to version 10.13.0.
Then I ran yarn && yarn build, to build the binaries for Node 10.
Ran the same script again and no issues.
Steps to reproduce
With NVM I switched to Node version 11.0.0
I run this piece of code:
Hi @jeffesquivels! Yes I can confirm that in version 11.1.0 this issue doesn't happen anymore.
It was a total coincidence because one day after I installed 11.0.0, 11.1.0 came out.
Interesting to see that clearTimeout caused the issue.
New issue checklist
README
General information
Bug report
Expected behavior
Actual behavior
Steps to reproduce
Once it calls $.network.connect();, your CPU usage goes up.
If you comment out this line, your CPU usage doesn't go up.
Crash log? Screenshots? Videos? Sample project?
When I run the above given code with Node 11.0.0.
On this image check PID: 13051
The text was updated successfully, but these errors were encountered: