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
detect() call takes up to a minute when the firewall is enabled.
This was originally reported in facebook/create-react-app#302 which uses this library.
Steps to reproduce:
1. Enable Firewall:
2. Block incoming connections:
The text was updated successfully, but these errors were encountered:
gaearon
added a commit
to gaearon/detect-port
that referenced
this issue
Aug 1, 2016
It appears that letting Node.js use localhost by default is much faster (a few seconds instead of a minute) than using external IP for determining whether the port is busy.
Fixesnode-modules#3.
detect()
call takes up to a minute when the firewall is enabled.This was originally reported in facebook/create-react-app#302 which uses this library.
Steps to reproduce:
1. Enable Firewall:
2. Block incoming connections:
The text was updated successfully, but these errors were encountered: