Skip to content

Revert parallel execution of action on multiple devices #1457

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

Merged
merged 1 commit into from
Feb 8, 2016

Conversation

rosen-vladimirov
Copy link
Contributor

Revert change applied in this commit - telerik/mobile-cli-lib@065512b#diff-3afe2bc0eef11fb206a6cfb650f4057fL213
The idea was to speed up actions executed on multiple devices. However in our current code is not able to work this way.
For example tns run android is trying to execute multiple simultaneous builds and it fails. Same will happen with livesync in some cases.
The problem is with the action that's passed for each device. Until we fix the other code, let's keep the old behavior.

@teobugslayer
Copy link
Contributor

👍

Revert change applied in this commit - telerik/mobile-cli-lib@065512b#diff-3afe2bc0eef11fb206a6cfb650f4057fL213
The idea was to speed up actions executed on multiple devices. However in our current code is not able to work this way.
For example `tns run android` is trying to execute multiple simultaneous builds and it fails. Same will happen with livesync in some cases.
The problem is with the action that's passed for each device. Until we fix the other code, let's keep the old behavior.
@rosen-vladimirov rosen-vladimirov force-pushed the vladimirov/slow-down-devices branch from a9d48c5 to 740ea7b Compare February 8, 2016 09:21
rosen-vladimirov added a commit that referenced this pull request Feb 8, 2016
Revert parallel execution of action on multiple devices
@rosen-vladimirov rosen-vladimirov merged commit 398ac19 into master Feb 8, 2016
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/slow-down-devices branch February 8, 2016 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants