Skip to content

i think the "time" must be the "_authenticationTimeoutTimer" #87

@jamieling-jl

Description

@jamieling-jl
  • (void)startAuthenticationTimeoutTimer {
    NSTimer _timer = [[NSTimer alloc] initWithFireDate:[NSDate dateWithTimeIntervalSinceNow:60_2]
    interval:0
    target:self
    selector:@selector(authenticationTimedOut:)
    userInfo:nil
    repeats:NO];
    [[NSRunLoop mainRunLoop] addTimer:timer forMode:NSRunLoopCommonModes];

}

i think the "time" must be the "_authenticationTimeoutTimer"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions