Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
294 views
in Technique[技术] by (71.8m points)

reachability - Network-change notification doesn't work as expected using SCNetworkReachabilitySetCallback on iOS

I am testing cronet to obtain HTTP rtt,building my APP with Xcode 12.3,

cronet adds a callback to receive notification when network changed, code details here;

but I cannot get notification at some cases when I turn off the network or turn on the network,

and sometimes get a wrong network status, eg. I turn on the network, and get a notification of

CONNECTION_NONE rather the right answer like CONNECTION_WIFI.

question from:https://stackoverflow.com/questions/65934569/network-change-notification-doesnt-work-as-expected-using-scnetworkreachability

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...