Either you are using multithreading (with worker threads or by spawning another node process) which would be very stupid for IO-bound tasks like networking, or you're checking concurrently using async, which has nothing to do with multithreading as the node-js eventbus is single threaded...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.