My guess is that somehow
is exploding.
I think a PR that changes:
@receiver.is_bounce? to @receiver&.is_bounce? would be fine, at least the error would float into handle_bounce.
My guess is that somehow
is exploding.
I think a PR that changes:
@receiver.is_bounce? to @receiver&.is_bounce? would be fine, at least the error would float into handle_bounce.