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

Inspector web socket crashes when the message is big #306

Closed
KristinaKoeva opened this issue Sep 14, 2015 · 1 comment
Closed

Inspector web socket crashes when the message is big #306

KristinaKoeva opened this issue Sep 14, 2015 · 1 comment
Assignees
Milestone

Comments

@KristinaKoeva
Copy link
Contributor

We rely on the browser web socket to communicate with the inspector frontend and when the message that comes from the profiler is large enough, the browser web socket crashes.
As a solution to this problem we should remove the web socket dependency and use the integrated inspector communication method - register a native object that would send/receive all messages that comes or goes to the device.

The issue could be easily reproduced if you try to profile sample-Tasks

@fealebenpae
Copy link
Contributor

Fixed in #317

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants