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(sdk): revert to full fire('reset') on SDK reconnect
Surgical onReconnect-only call broke message-actions, report-message,
and e2ee-encryption-decryption — those tests fire methods exactly when
the SDK socket churns from a force-logout cycle, and without the full
reset's _callOnReconnectAndSendAppropriateOutstandingMethods step the
methods stay marked sentMessage=true forever. The bridge's async catch
already absorbs the "method result but no methods outstanding" warnings
that the resent blocks generate, so the noise is harmless.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments