Skip to content

Detect when a completion callback hasn't been called #7

Description

@balupton

Sometimes people simply forget, or programs enter in a particular state, where a completion callback is not called. This can cause unexpected problems, that unfortunately should happen. We should do something to avoid this situation.

My current thoughts are we could detect when we are idling and we are still waiting on a task to complete, if so, then we can output a warning message that lets you know which task we are still waiting for. This should be able to be turned off via a configuration option.

Would help realise problems such as #6

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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