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

Cross-extension communication is not torn down correctly when pinging times out #2

Closed
emaxx-google opened this issue Jun 1, 2016 · 1 comment · Fixed by #3
Closed
Assignees
Labels

Comments

@emaxx-google
Copy link
Collaborator

When the message channel pinger detects a timeout and decides to dispose the message channel, the disposal process is interrupted with JavaScript SyntaxError.

As the result, the message channel may be left opened afterwards (though all requests coming through it will fail).

@emaxx-google
Copy link
Collaborator Author

/cc @dskaram

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 a pull request may close this issue.

2 participants