Ruhulalemeen Mulla
Ruhulalemeen Mulla
Added detailed comments explaining the intentional omission of ctx.EndInvocation() and its implications for cross-language consistency.
## Issue Description In the `runAfterAgentCallbacks` function (agent/agent.go, line 264-279), there is a TODO comment indicating incomplete implementation: ```go // TODO set context invocation ended // ctx.invocationEnded = true ```...
- Issue #369: Removed incorrect role check in getAuthorForEvent() The function now consistently returns agent name for author attribution instead of returning a role constant - Issue #370: Implemented missing...
Summary 1.Why: Issue #2333 was caused by Jackson modules being out of sync, which broke Vert.x’s JSON annotation handling. This resulted in missing classes like JsonIncludeProperties and triggered runtime errors...