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

Multiple projects using play-auto-refresh in parallel #26

Open
mariussoutier opened this issue Aug 30, 2014 · 5 comments
Open

Multiple projects using play-auto-refresh in parallel #26

mariussoutier opened this issue Aug 30, 2014 · 5 comments

Comments

@mariussoutier
Copy link
Contributor

What do you think of the following idea:

Instead of fixing the port to 9001, we could just use Play's current port and add 10000 to it. The browser extensions could do just the same, so communication between multiple browser windows and auto-refresh projects would work in parallel.

@mariussoutier
Copy link
Contributor Author

@jamesward
Copy link
Owner

I think would be great! Right now the WebSocket listens on 9001 so we can just add 1 to the http.port, right?

@mariussoutier
Copy link
Contributor Author

I'd prefer to add 10000 because it's typical to just increment port numbers for related apps, for example a service consisting of four sub-apps would use 9000 to 9003. We could also make this configurable and default to 1 for backwards-compatibility.

@jamesward
Copy link
Owner

Cool. That sounds good.

@MSaifAsif
Copy link

Do we have any update on this?

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