High CPU usage and memory leakage using event emit_all #10781
Unanswered
DennisZhangOiler
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I been knowing and trying to use tauri for a long time, I really like its fast openning, small size and rust backend, but I met some issues I could not resolve it myself.
I am trying to build an APP that works with pyo3 and python codes, it's a image processing APP, and the data I sent over tauri events, it's Vec. Later I find out the memory and CPU usage on my host are raging and it crashed, but if I comment the emit_all code, it will be fine, I haven't consuming the data in the frontend, how can I prevent such things?
Beta Was this translation helpful? Give feedback.
All reactions