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

Live Objects breaks after Flipper crashes (e.g. when creating many objects) #104

Open
finnbau opened this issue Sep 8, 2022 · 0 comments
Labels
bug Something isn't working O-Community

Comments

@finnbau
Copy link
Contributor

finnbau commented Sep 8, 2022

The Problem

When Flipper crashes not all event listeners for live objects get removed. After re-starting Flipper there are more event listeners than actually needed. This causes multiple objects to appear in the table when only one object is created on the device.

Flipper crashes e.g. when a lot of objects are created in a short amount of time (e.g. 20000 objects in a loop). We suspect that this is caused by the large amount of data being sent over the web socket in this case.

@finnbau finnbau added the bug Something isn't working label Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working O-Community
Projects
None yet
Development

No branches or pull requests

1 participant