Jérôme Diaz

Results 1 issues of Jérôme Diaz

On the following piece of code [ping startPingingWithBlock:^(GBPingSummary *summary) { if (!ping) { return; } resolve(@(@(summary.rtt * 1000).intValue)); [ping stop]; ping = nil; } fail:^(NSError *_Nonnull error) { if (!ping)...