Skip to content
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

Closed
alippai opened this issue Nov 21, 2016 · 4 comments
Closed

v1.1.0 doesn't work with grunt-contrib-connect #49

alippai opened this issue Nov 21, 2016 · 4 comments

Comments

@alippai
Copy link

alippai commented Nov 21, 2016

The last portscanner release broke our connect tasks saying "Fatal error: Port 443 is already in use by another process.".

@philtim
Copy link

philtim commented Nov 21, 2016

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.

@laggingreflex
Copy link
Collaborator

laggingreflex commented Nov 21, 2016

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

@laggingreflex
Copy link
Collaborator

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.

@laggingreflex
Copy link
Collaborator

Thanks very much for the insight @philtim. Hopefully fixed now. See #51 for details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants