Commits


Konstantin Varlamov authored and GitHub committed 4e067e55dda
gRPC: use SCNetworkReachability to quickly end connections when reachability changes (#1843) The reachability state is not (yet) used to determine whether it's possible to reconnect; rather, the its only use is to quickly end any existing connections. The benefit is potentially quicker reaction to network being disconnected than it would take for the connection to time out.