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: return handler error from subscriber instead of swallowing it
handleSubscription was logging handler errors but returning nil,
preventing the retry logic in startSubscriber from triggering.
Now the error is propagated so failed messages are retried.
Fixes#3215
0 commit comments