-
In my project, there is a mix of simple Tauri commands (those that return bools or strings or numbers or whatever) and some that return serialize-able When returning complex objects (for example, a Curiously, the CrabNebula Devtools shows the results of these commands just fine, so they aren't hanging at some point during their execution, which leads me to believe something is hanging in the serialization or IPC sending process? Some CN Devtools outputs: Some other information:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey there! Thanks for reporting this, to me it does seem like an issue with Tauri, not something you're doing wrong. So could you please recreate this as an Issue and not a Discussion? Thanks! |
Beta Was this translation helpful? Give feedback.
Sure thing! Made a new issue here: #10327