Skip to content

fix: force refresh with socket when debugging the application #5006

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
Sep 2, 2019

Conversation

Fatme
Copy link
Contributor

@Fatme Fatme commented Sep 2, 2019

Currently there is an issue when livesyncing the application when it is stopped on breakpoint. The problem is that the application is always restarted - most probably due to issue with "RefreshRequest" notification. However, this notification was added as we needed to support syncing on wifi devices. As debug command doesn't work with wifi devices, we'll force refresh with socket on debug command.

Rel to: #4966

PR Checklist

What is the current behavior?

What is the new behavior?

Fixes/Implements/Closes #[Issue Number].

Currently there is an issue when livesyncing the application when it is stopped on breakpoint. The problem is that the application is always restarted - most probably due to issue with "RefreshRequest" notification. However, this notification was added as we needed to support syncing on wifi devices. As debug command doesn't work with wifi devices, we'll force refresh with socket on debug command.

Rel to: #4966
@cla-bot cla-bot bot added the cla: yes label Sep 2, 2019
@Fatme
Copy link
Contributor Author

Fatme commented Sep 2, 2019

test cli-device cli-debug

@Fatme
Copy link
Contributor Author

Fatme commented Sep 2, 2019

test cli-device

@Fatme Fatme merged commit da293d9 into release Sep 2, 2019
@Fatme Fatme deleted the fatme/debug-with-socket branch September 2, 2019 18:16
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