You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
panic:
The text was updated successfully, but these errors were encountered:
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 rungo get -u
It works fine after I changed
github.com/wailsapp/go-webview2 v1.0.11
tojackfan.us.kg/wailsapp/go-webview2 v1.0.10
.wails doctor:
panic:
The text was updated successfully, but these errors were encountered: