Skip to content

Fix livesync for iOS #1599

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
Mar 11, 2016
Merged

Fix livesync for iOS #1599

merged 1 commit into from
Mar 11, 2016

Conversation

rosen-vladimirov
Copy link
Contributor

CLI is destroying the socket too early and so the runtime cannot handle the message that we've sent.
As a result livesync is not working sometimes.
When we sent message, the socket will always receive data as result. If it's error, the result will contain it.
In any case, we should destroy the socket when data is received.

CLI is destroying the socket too early and so the runtime cannot handle the message that we've sent.
As a result livesync is not working sometimes.
When we sent message, the socket will always receive data as result. If it's error, the result will contain it.
In any case, we should destroy the socket when data is received.
@Mitko-Kerezov
Copy link
Contributor

👍

1 similar comment
@vchimev
Copy link

vchimev commented Mar 11, 2016

👍

rosen-vladimirov added a commit that referenced this pull request Mar 11, 2016
@rosen-vladimirov rosen-vladimirov merged commit 34e6170 into release Mar 11, 2016
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/fix-ios-livesync branch March 11, 2016 16:05
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.

3 participants