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 decode_params_tuple silently returning empty list when count > 0 but data is empty
The early return at line 102 fired unconditionally for empty data, even when
a non-zero count was externally provided. This caused silent data loss instead
of raising DecodeError for truncated/corrupt messages.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments