go-webview2 icon indicating copy to clipboard operation
go-webview2 copied to clipboard

goroutine stack exceeds 1000000000-byte limit

Open rakirizu opened this issue 1 year ago • 0 comments

https://github.com/wailsapp/go-webview2/blob/50194ba97877f46b8db47066ba2cde15821b1ff0/pkg/edge/chromium.go#L115C4-L115C17

func (e *Chromium) errorCallback(err error) {
->	e.errorCallback(err)
	os.Exit(1)
}

Hi, is there really no problem here?

rakirizu avatar Aug 05 '24 14:08 rakirizu