#Invoke doesn't return value until I click at the app

5 messages · Page 1 of 1 (latest)

deep peak
#

On Rust backend, the value has been already created, but on the front end it only gets returned when I click at the app. I think it's because it only returns a value when the app is focused in my case.

I'm using tauri 1.6.2

Backend:

#

Front End:

wispy charm
#

Can you post the full output of the tauri info command please?

deep peak
#

Yeah, of course

wispy charm
#

Sorry for the super long delay. Is this still an issue? If so, can you try updating all the packages (including running cargo update in src-tauri) and see if that changes anything?
If it's still an issue then, i'd appreciate it if you could create a minimal reproduction example we can check out. Afaik you're the only one with this problem so it's either project or system specific :/