You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add Registry.Close(ctx) method to close all registered guards that
implement io.Closer; call it from UnifiedServer.Close() and
InitiateShutdown() to release WASM runtime resources on shutdown
- Fix logging namespace confusion in registry.go: replace log.Printf
(which was using the guard:context namespace logger) with
logger.LogInfo("guard", ...) for operational events
- Use typed sys.ExitError check in isWasmTrap: check exit code 0 as a
normal process exit (not a trap) before falling back to string matching
- Add tests for Registry.Close and sys.ExitError handling in isWasmTrap
Agent-Logs-Url: https://github.com/github/gh-aw-mcpg/sessions/842dba68-e351-47f7-84e1-cf101f122182
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
0 commit comments