Skip to content

Errors thrown by serverWillStop handlers aren't rethrown by stop() #5649

@glasser

Description

@glasser

If serverWillStop throws, the error gets saved into the internal state under stopError and future (or concurrent) calls to stop will throw it, but then stop() just returns instead of re-throwing stopError. Pretty sure this is basically just a typo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    size/smallEstimated to take LESS THAN A DAY

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions