You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: