-
Notifications
You must be signed in to change notification settings - Fork 20
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.12 #12
Comments
Thanks for the issue and pr. Do you know it's safe to ignore the error? Relevant? MicrosoftEdge/WebView2Feedback#4611 |
The
|
This issue says the return value is Additionally, I also tested the This issue seems to occur only within |
Encountered same problem, and it takes me 2 days to find out what cause the panic and this issue. |
It seems that this issue hasn't been completely resolved.
|
go-webview2/pkg/edge/chromium.go
Lines 242 to 261 in 1cea6fa
Error "Overlapped I/O operation is in progress" occurs if the length of the
script
parameter inEval
function is relatively long (approximatelylen(script) >= 9000
). The corresponding Windows error code is 997.Steps to reproduce:
wails dev
Greet
buttonThen you will see the error message on the console.
The text was updated successfully, but these errors were encountered: