-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.1.0 doesn't work with grunt-contrib-connect #49
Comments
We had the very same problem. Try changing your port number from a string to a number. The latest version now checks whether the params are of type number, string, or function and handles each one differently. Surely not a nice solution, but a quick workaround. |
Extremely sorry about introducing a breaking change in a minor version. I've reverted it to 1.0.0 which is now published as 1.1.1 The previous new version is now published as 2.0.0 |
I'm trying to hunt down what's causing the error, could you please let me know how you're using grunt-contrib-connect? I've ran its tests with portscanner 1.1.0 and they seem to be all passing. |
The last portscanner release broke our connect tasks saying "Fatal error: Port 443 is already in use by another process.".
The text was updated successfully, but these errors were encountered: