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

fix: use portfinder instead of get-port #1410

Merged
merged 1 commit into from
Apr 17, 2020
Merged

fix: use portfinder instead of get-port #1410

merged 1 commit into from
Apr 17, 2020

Conversation

hacdias
Copy link
Member

@hacdias hacdias commented Apr 17, 2020

Closes #1409. So, our get-port package was always saying that we were using the port even if we weren't, after trying to restart the daemon. I saw their repo and there seems to be some issues that were not addressed.

I took a quick search and found out portfinder which seems to be more used (4M difference of downloads) and they have no issues related to bugs open, which seems good.

By changing to this package, the problem seems to be gone too.

License: MIT
Signed-off-by: Henrique Dias hacdias@gmail.com

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
@hacdias hacdias merged commit 5747b82 into master Apr 17, 2020
@hacdias hacdias deleted the fix/used-port branch April 17, 2020 11:36
@hacdias hacdias mentioned this pull request Apr 18, 2020
22 tasks
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

Successfully merging this pull request may close these issues.

Check ports is always triggered
1 participant