Skip to content
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

fix(webkit): avoid UnhandledPromiseRejection #986

Merged
merged 2 commits into from
Feb 13, 2020

Conversation

aslushnikov
Copy link
Collaborator

If we close a browser before sending first websocket message,
the this._connect promise will reject and will not be handled.

This surfaced at https://github.com/microsoft/playwright/pull/976/checks?check_run_id=444445350

If we close a browser before sending first websocket message,
the `this._connect` promise will reject and will not be handled.

This surfaced at https://github.com/microsoft/playwright/pull/976/checks?check_run_id=444445350
@yury-s yury-s merged commit 8006b2c into microsoft:master Feb 13, 2020
@aslushnikov aslushnikov deleted the fix-wk-socket branch April 23, 2020 00:45
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