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

Do not use port 8080 for local proxy #5

Closed
ameshkov opened this issue Nov 2, 2015 · 0 comments
Closed

Do not use port 8080 for local proxy #5

ameshkov opened this issue Nov 2, 2015 · 0 comments
Assignees
Milestone

Comments

@ameshkov
Copy link
Member

ameshkov commented Nov 2, 2015

This port is widely used by other software (mostly some server-side apps).
The proper solution is to use first open&available port.

I am not sure if it's possible in ObjC, but in Java when you create server socket, you can specify port=0 there. In this case app uses first available port.

@ameshkov ameshkov added the Bug label Nov 2, 2015
@vityevato vityevato modified the milestone: 1.1.3 Dec 14, 2015
@vityevato vityevato modified the milestones: 1.1.3, 1.1.2-beta Dec 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants