-
Notifications
You must be signed in to change notification settings - Fork 304
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
Fatal Exception: java.lang.OutOfMemoryError #304
Comments
I encountered the same issue and I have a possible workaround. You probably initialise the Emitter using the The issue here is an integer division that clips to 0, tough correct would should be 0.5f. Quick Workaround: |
We have this issue even if we use perSecond
|
Is it reproducible? If so, did you run the memory profiler? Can you reproduce it in a sample project? Any info you can provide would be helpful. |
I can check for some more details, but we get this in Firebase crash reports |
Hi, faced with crash while using compose version of lib:
Here is full stacktrace:
The text was updated successfully, but these errors were encountered: