Skip to content

Merge release to master #3299

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 3 commits into from
Jan 10, 2018
Merged

Conversation

mbektchiev
Copy link
Contributor

No description provided.

petekanev and others added 2 commits January 5, 2018 09:12
* fix generating port for debug socket when debugging ios with chrome devtools

When generating a port to start a websocket on, use the same logic as is present in the android debug service - get the first available available port in a range, and reuse it for the next debug session of the same application if it is still available

* fix(device-socket): iOS Socket proxy should listen on IPv4 localhost adapter

Check for available port is done on this adapter and by default server is launched on "::" which is IPv6's any adapter
When we close the websocket we have to destroy the device socket as well.
We need to wait the close event on the device socket instead of end.
@mbektchiev mbektchiev self-assigned this Jan 5, 2018
@mbektchiev mbektchiev force-pushed the bektchiev/cherry-pick-release-commits branch from a2aad51 to 9752875 Compare January 5, 2018 07:23
Copy link
Contributor

@Mitko-Kerezov Mitko-Kerezov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After green build

@mbektchiev mbektchiev changed the title Cherry pick release commits Merge release to master Jan 5, 2018
@mbektchiev mbektchiev force-pushed the bektchiev/cherry-pick-release-commits branch from 9752875 to a2aad51 Compare January 5, 2018 07:28
…st compatible version (#3302)

* Currently it is never updated and is left at the first version ever installed in `~/.local`.
As a result newly published inspector packages are not used unless the user installs
them explicitly in the project or deletes the cache manually.
* The iOS inspector package version must be determined according to project's iOS runtime
version instead of the version of CLI as it has been till now
@miroslavaivanova
Copy link
Contributor

run ci

1 similar comment
@miroslavaivanova
Copy link
Contributor

run ci

@dtopuzov dtopuzov merged commit 5bd4130 into master Jan 10, 2018
@mbektchiev mbektchiev deleted the bektchiev/cherry-pick-release-commits branch January 10, 2018 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants