-
Notifications
You must be signed in to change notification settings - Fork 27
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
Comments
I think would be great! Right now the WebSocket listens on |
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. |
Cool. That sounds good. |
Do we have any update on this? |
What do you think of the following idea:
Instead of fixing the port to
9001
, we could just use Play's current port and add10000
to it. The browser extensions could do just the same, so communication between multiple browser windows and auto-refresh projects would work in parallel.The text was updated successfully, but these errors were encountered: