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: terminal event matching — track idempotency keys instead of relying on session key
The gateway sends response events with a session key that may not be 'main',
causing the terminal to filter them out. Now tracks idempotency keys from
sent requests and matches events by idempotency key OR session key 'main'.
- pendingIdempotencyKeys ref tracks all in-flight request keys
- Events accepted if idempotency key matches OR sessionKey is 'main'/absent
- Keys cleaned up on final/error/aborted states
0 commit comments