Open
Description
New Issue Checklist
- Updated grpc-swift to the latest version
- [ X] I read the Contribution Guidelines
- [X ] I searched for existing GitHub issues(especially, there are many resolved issues related to SSL)
Issue Description
When I turn the airplane mode on and off from wifi, the cellularDidChange method of ClientNetworkMonitor class gets called. But the callback "self.callback(State..." doesn't get called. If I remove the if() statement surrounding it, it gets called.
// commenting the if statement works.
// if let newCellularName = newCellularName, self.cellularName != newCellularName {
self.cellularName = newCellularName
self.callback(State(lastChange: .cellularTechnology(technology: newCellularName ?? ""),
isReachable: self.isReachable ?? false))
// }
Complete output when running grpc-swift, including the stack trace and command used
[INSERT OUTPUT HERE]
Environment
Key Value OS Version x.x.x Swift Version x.x.x Xcode Version x.x.x gRPC-Swift Version x.x.x gRPC-Swift Version x.x.x protoc Version x.x.x protoc-gen-swift Version x.x.x protoc-gen-swiftgrpc Version x.x.x