Application: increase message buffer sizes, process all messages in goroutine, Add IsDebug to environment info.

This commit is contained in:
Lea Anthony
2023-12-29 12:48:26 +11:00
parent 7f8c1c8a68
commit 9f567fe2bc
11 changed files with 56 additions and 74 deletions
@@ -35,6 +35,6 @@ func (m *MessageProcessor) processContextMenuMethod(method int, rw http.Response
m.httpError(rw, "Unknown contextmenu method: %d", method)
}
m.Info("Runtime:", "method", "ContextMenu."+contextmenuMethodNames[method])
m.Info("Runtime Call:", "method", "ContextMenu."+contextmenuMethodNames[method])
}