Skip to content

chore: merge release in master #4783

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 8 commits into from
Jun 28, 2019
Merged

Conversation

rosen-vladimirov
Copy link
Contributor

PR Checklist

What is the current behavior?

What is the new behavior?

Fixes/Implements/Closes #[Issue Number].

rosen-vladimirov and others added 8 commits June 17, 2019 16:29
docs: update changelog for 5.4.1 release
With `tns cloud run ...` command (or with NativeScript Sidekick), you can use LiveSync on iOS device from Windows machine (with application built in the cloud). However, this approach does not work when the iOS device does not have developer disk image mounted (i.e. it has not been used on macOS).
The problem is that during establishment of socket connection, CLI tries to start the application. This is a precautions for cases when the application had crashed. In most of the cases when we reach to this code, the application is already up and running. However, calling `startApplication` fails on Windows and we never setup the socket connection.
So the HMR does not work at all.

Fix this by adding a try-catch block around starting of application when trying to setup the socket connection.
…dows

fix: hmr for iOS does not work on Windows
@cla-bot cla-bot bot added the cla: yes label Jun 28, 2019
@rosen-vladimirov rosen-vladimirov merged commit 3cabd7e into master Jun 28, 2019
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/merge-rel-master branch June 28, 2019 08:32
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