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

redux-devtools-extension chocking on a Buffer #345

Open
MichaelMure opened this issue May 3, 2017 · 3 comments
Open

redux-devtools-extension chocking on a Buffer #345

MichaelMure opened this issue May 3, 2017 · 3 comments

Comments

@MichaelMure
Copy link

I have this electron project that works properly. As soon as I click on the Redux tab in the devtools, the whole devtool panel freeze, a CPU core get used at 100% and memory is allocated constantly (4Go right now).

Any idea how I can find out what is going on ?

@MichaelMure
Copy link
Author

Ok, I found out. It breaks when there is a Buffer in the redux state. Maybe it tries to iterate it ?

@MichaelMure MichaelMure changed the title redux-devtools-extension freezing redux-devtools-extension chocking on a Buffer May 3, 2017
@zalmoxisus
Copy link
Owner

All the data is serialized in order to be sent to the extension. You should take care of big payloads as indicated in the docs. We should also add it to Troubleshooting.

@MichaelMure
Copy link
Author

Thank you :)

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