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

Support multiple instances #2

Closed
zalmoxisus opened this issue Jan 7, 2016 · 2 comments
Closed

Support multiple instances #2

zalmoxisus opened this issue Jan 7, 2016 · 2 comments

Comments

@zalmoxisus
Copy link
Owner

We need to identify the app instance, so not to mix up the actions in case the monitor receives them from multiple instances.

There should be 2 options of dealing with different instances (or apps) simultaneously:

  1. As independent instances (need a way to select instances in the monitor).
  2. Synchronize them as follows:
    remote
@zalmoxisus
Copy link
Owner Author

From v0.0.8 is possible to run multiple instances. The monitor will switch to the history for the instance which dispatched the action.

We still need the ability to list the instances, to stick to a specific one and to synchronize all the instances, which should be done on the remotedev-app part.

@zalmoxisus
Copy link
Owner Author

Implemented in v0.2.0 of remotedev-app.

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

1 participant