RealReachability
RealReachability copied to clipboard
We need to observe the REAL reachability of network. That's what RealReachability do.
请问可以监控网络质量吗?谢谢
移动4G网络状态下,断开网络连接再重新打开连接会先提示已连接然后出现未连接,然后一直连接不上,切后台回来可以更新
请问ping是手动触发,还是定时器触发的
…networking. ICMP pinging is the easiest way to check reachablity, but in some strange network, ICMP pinging is foribidden, so I add a mode to use HTTP HEAD request to...
We are getting offline mode in your test application. May be this issue is specific to iOS version 12.1.4 on iPhone6S. Please check it on your end.
This code compiles and reports errors
根據[文檔](https://developer.apple.com/documentation/objectivec/nsobject/1571947-dealloc),或許我們不應該在 `PingFoundation dealloc` 時調用 `[self stop]` ? Crash call stack: ``` Crashed: SearchSerialQueue (QOS: UNSPECIFIED) 0 CFNetwork 0xca530 CFHostUnscheduleFromRunLoop + 60 1 RealReachability 0xa230 -[PingFoundation stopHostResolution] + 800 (PingFoundation.m:800) 2...
why pinging run with mainthread? in children thread will call bug? The code : - (void)pingWithBlock:(void (^)(BOOL isSuccess, NSTimeInterval latency))completion { //NSLog(@"pingWithBlock"); if (completion) { // copy the block, then...