Do not finish call with error when switching between wifi and cellular

pull/8441/head
Muxi Yan 8 years ago
parent 95d75ea4f9
commit ff1ef244ed
  1. 2
      src/objective-c/GRPCClient/GRPCCall.m

@ -392,7 +392,7 @@ static NSMutableDictionary *callFlags;
}
};
[_connectivityMonitor handleLossWithHandler:handler
wifiStatusChangeHandler:handler];
wifiStatusChangeHandler:nil];
// Create a retain cycle so that this instance lives until the RPC finishes
// (or is cancelled).

Loading…
Cancel
Save