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
Fix DeleteTaskPushNotificationConfigAsync throwing on valid null result
DeleteTaskPushNotificationConfig is the only A2A method with a void
result. The generic JSON-RPC send helper unconditionally deserialized
the response result and threw A2AException when it was null, so the
client rejected the spec-compliant null-result success response that
A2AJsonRpcProcessor itself produces.
Split the transport/error handling into SendJsonRpcRequestCoreAsync and
route delete through a void-result overload that skips result
deserialization. Fixes#429.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments