Skip to content

Conversation

rosen-vladimirov
Copy link
Contributor

chore: merge release in master

Fatme and others added 12 commits December 6, 2018 16:04
…ceeded

fix: fix "MaxEventListeners detected" error when livesync is started more than 11 times from sidekick
VSCode debugging is not working on iOS when a change in .js is applied. The problem is that the server is reused for the new connections, but VSCode waits for message 'Opened localhost...' which is printed from CLI only when creating the new server.
docs: add docs for `package-manager get` and `package-manager set`
When you've stopped on breakpoint in VSCode and apply a change in the code, CLI tries to restart application. However, at this point the command for killing the application may not kill it immediately and it needs 30 seconds. The problem is that the runtime loops indefinitely while on breakpoint. After some seconds (looks like 30), the OS kills the application. In order to resolve the issue, disconnect all sockets before stopping the application, so the runtime can successfully break the indefinite loop and after that application can be safely killed.
fix: debugging in VSCode is not working on iOS Simulator
@rosen-vladimirov rosen-vladimirov self-assigned this Dec 12, 2018
@rosen-vladimirov rosen-vladimirov merged commit 54a3e28 into master Dec 12, 2018
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/merge-rel-master branch December 12, 2018 13:30
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.

2 participants