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
ae.net.jsonrpc.codec: Normalize JSON-RPC IDs for reliable correlation
Parse and re-serialize response IDs to a canonical form before using
them as associative array keys. This handles peers that re-format IDs
differently from how they were sent (e.g. whitespace differences in
pretty-printed JSON, number format variations like 1 vs 1.0, or string
encoding differences like "A" vs "\u0041").
Also change the pendingRequests key type from string to JSONFragment
for semantic clarity.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments