You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert parallel execution of action on multiple devices
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.
0 commit comments