|
|
7 лет назад | |
|---|---|---|
| .. | ||
| GRPCClient | 7 лет назад | |
| ProtoRPC | 7 лет назад | |
| RxLibrary | 7 лет назад | |
| examples | 7 лет назад | |
| tests | 7 лет назад | |
| !ProtoCompiler-gRPCPlugin.podspec | 7 лет назад | |
| !ProtoCompiler.podspec | 8 лет назад | |
| BoringSSL.podspec | 7 лет назад | |
| CronetFramework.podspec | 9 лет назад | |
| NetworkTransitionBehavior.md | 7 лет назад | |
| README-CFSTREAM.md | 7 лет назад | |
| README.md | 8 лет назад | |
| change-comments.py | 8 лет назад | |
| format-all-comments.sh | 8 лет назад | |
gRPC Objective-C library now provides the option to use Apple's CFStream API (rather than TCP sockets) for networking. Using CFStream resolves a bunch of network connectivity transition issues (see the doc for more information).
CFStream integration is now in experimental state. You will need explicit opt-in to use it to get the benefits of resolving the issues above. We expect to make CFStream the default networking interface that gRPC uses when it is ready for production.
If you use gRPC following the instructions in README.md:
gRPC-ProtoRPC with gRPC-ProtoRPC/CFStream. The build system will take care of
everything else and switch networking to CFStream.If your project directly depends on podspecs other than gRPC-ProtoRPC (e.g. gRPC or
gRPC-Core):
gRPC-Core, you will need to make sure that the completion queue you create is of type
GRPC_CQ_NON_POLLING. This is expected to be fixed soon so that you do not have to modify the
completion queue type.