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
normalize string ID to int in server messages for compatibility
Some non-standard SSE servers may return numeric IDs as strings,
even when the original request used an integer. This change ensures
that message.root.id is always an integer to maintain consistency
and avoid type issues in downstream processing.
0 commit comments