Skip to content

fix: Unable to fast sync changes with iOS runtime 4.0.1 and earlier #3609

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
May 23, 2018

Conversation

rosen-vladimirov
Copy link
Contributor

CLI should be able to execute fast sync on devices and iOS Simulator (single instance) when using older runtime version (4.0.1 and prior).
However, currently it just hangs as the promise that should return the port for fast sync, is never resolved. Fix this by resolving the promise in this case.

PR Checklist

What is the current behavior?

LiveSync of .css files on iOS devices and Simulators when iOS Runtime is 4.0.1 or earlier, just hangs.

What is the new behavior?

LiveSync of .css files is executed successfully.

CLI should be able to execute fast sync on devices and iOS Simulator (single instance) when using older runtime version (4.0.1 and prior).
However, currently it just hangs as the promise that should return the port for fast sync, is never resolved. Fix this by resolving the promise in this case.
@rosen-vladimirov rosen-vladimirov added this to the 4.1.0 milestone May 23, 2018
@rosen-vladimirov rosen-vladimirov self-assigned this May 23, 2018
@rosen-vladimirov rosen-vladimirov requested a review from Fatme May 23, 2018 10:43
@Fatme Fatme merged commit dff067d into master May 23, 2018
@Fatme Fatme deleted the vladimirov/fix-ios-sim branch May 23, 2018 11:56
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