Skip to content

It will cause a bug? #20

@sprhawk

Description

@sprhawk
  • (void)stop
    {
    @synchronized(self)
    {
    if (state == AS_WAITING_FOR_DATA || state == AS_STARTING_FILE_THREAD)
    return;
    ......

Here, if calling stop before during the thread is starting or downloading , the stop do nothing, and will leave a wrong state?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions