Skip to content

Lifecycle leaks threads after termination #184

@EdNoepel

Description

@EdNoepel

After Lifecycle is terminated (via SIGINT or a call to terminate), threads are left dangling, stuck in while True loops which will never complete.

Audit such loops (cursory examination suggests new_block_watch and _start_event_timer are the main culprits) and ensure they cleanly exit. Consider thread.joining them to make disposal more deterministic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions