wailsapp / go-webview2

The Wails fork of go-webview2
Other
36 stars 18 forks source link

goroutine stack exceeds 1000000000-byte limit #6

Closed rakirizu closed 3 months ago

rakirizu commented 3 months ago

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?