Skip to content

Long string param will make "Overlapped I/O operation is in progress" panic of v1.0.13 #16

@mediawall

Description

@mediawall

type Data struct {
	Msg string `json:"msg"`
}

// Greet returns a greeting for the given name
func (a *App) Greet(d Data) string {
	return "hello"
}

Error "Overlapped I/O operation is in progress" occurs if the length of the parameter is relatively long (approximately len(msg) >= 9000).

Steps to reproduce:

Download this project
myproject.zip

Run wails dev
Click the Greet button
Then you will see the error message on the console.

Error happens on Windows, the app works well on Linux.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions