Skip to content

Return cross extension debug response #1267

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 2 commits into from
Mar 11, 2021
Merged

Return cross extension debug response #1267

merged 2 commits into from
Mar 11, 2021

Conversation

grouma
Copy link
Member

@grouma grouma commented Mar 11, 2021

The response from dwds.startDebugging never completes, even when Dart DevTools is successfully launched and we connect to the provided debug service URI. According to the Chrome Extension documentation, if sendResponse is not called synchronously in the message handler, it will be invoked automatically. However that doesn't seem to be the case. Explicitly call the handler to better adhere to the API.

@grouma grouma requested a review from leonsenft March 11, 2021 01:23
@google-cla google-cla bot added the cla: yes label Mar 11, 2021
@grouma grouma merged commit b62a32b into master Mar 11, 2021
@grouma grouma deleted the debug-response branch March 11, 2021 02:23
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