-
Notifications
You must be signed in to change notification settings - Fork 283
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
[shell] v2 comment.execute()
has been waiting for a response.
#1169
Comments
It also happened to GitForWindows. |
comment.execute()
has been waiting for a response.comment.execute()
has been waiting for a response.
@lucasfernog Is it possible that the Channel implementation can't handle quick events? On my system it can only handle ~5 events in this repro and the rest never get to the frontend. If i add a 1 milisecond delay between the events all of them get through though. |
#1153 same problem |
Hi, here we have more information:
|
Seems to be fixed by tauri-apps/tauri#9463, at least in my testing. |
me too |
Describe the bug
Refer to #9424.
Here is my code:
it keeps waiting for the response of that. It logs start, but after a long time, it still did not log end.
The weirdest thing is that on rare occasions it occasionally works fine.
I use the command directly in powershell and it works well.
Reproduction
https://github.com/s3xysteak/tauri-v2-reproduction-Get-ItemProperty-Error
step 1.
pnpm i
step 2.
pnpm tauri build
step 3. Click the
Greeting
button and sometimes it will keep loading and never be resolved.That is how I make the reproduction:
pnpm create tauri-app --beta
.src/components/Greet.vue
.src-tauri/capabilities/default.json
Expected behavior
In the reproduction, it should stablely change the
greeting text
and the text in button should quickly turngreeting
toloading...
togreeting
.Full
tauri info
outputStack trace
Additional context
I run
pnpm tauri build
and send the result.exe
file to my friends, and they have the same issue too.They are using win10/11 and have no Node.js/Rust Env in system.
The text was updated successfully, but these errors were encountered: