mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Application: increase message buffer sizes, process all messages in goroutine, Add IsDebug to environment info.
This commit is contained in:
@@ -255,5 +255,5 @@ func (m *MessageProcessor) processWindowMethod(method int, rw http.ResponseWrite
|
||||
m.httpError(rw, "Unknown window method id: %d", method)
|
||||
}
|
||||
|
||||
m.Info("Runtime:", "method", "Window."+windowMethodNames[method])
|
||||
m.Info("Runtime Call:", "method", "Window."+windowMethodNames[method])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user