Skip to content
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

Long string callback will make "Overlapped I/O operation is in progress" panic of v1.0.11 #8

Closed
rakirizu opened this issue Aug 5, 2024 · 2 comments

Comments

@rakirizu
Copy link
Contributor

rakirizu commented Aug 5, 2024

Hello, after I updated go-webview to v1.0.11, when calling Golang through JS to return a long string, a panic: Overlapped I/O operation is in progress. will appear.

(it case goroutine stack exceeds 1000000000-byte limit before I fix #6)

Test Project: myproject.zip
this project is created by wails init -n myproject -t vue-ts, and run go get -u
It works fine after I changed github.com/wailsapp/go-webview2 v1.0.11 to github.com/wailsapp/go-webview2 v1.0.10 .


wails doctor:

QQ20240806-011454

panic:

QQ20240806-011038

@lanyeeee
Copy link
Contributor

I also encountered this issue after updating to v1.0.11. The situation is exactly as you described.

@leaanthony
Copy link
Member

leaanthony commented Aug 13, 2024

Fixed in v1.0.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants