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
refactor: deduplicate warning log in oversized message handler
Merge the two except branches (LimitOverrunError, ValueError) into one,
using isinstance() to gate the re-raise check for unrelated ValueErrors.
Eliminates the duplicated 5-line logging.warning() call.
0 commit comments