Denny C. Dai

Results 57 issues of Denny C. Dai

* Migrate [gRPC-RxLibrary.podspec](https://github.com/grpc/grpc/blob/master/gRPC-RxLibrary.podspec) * Release from gRPC-iOS

area/cocoapod
kind/release

* Migrate [gRPC.podspec](https://github.com/grpc/grpc/blob/master/gRPC.podspec) to gRPC-iOS. * Release pod from gRPC-iOS repo Note that all upstream pod specs should be pointing to local shallow copy, or a mgirated pod that has...

area/cocoapod
kind/release

* Migrate [gRPC-ProtoRPC.podspec ](https://github.com/grpc/grpc/blob/master/gRPC-ProtoRPC.podspec) * Release pod from gRPC-iOS repo Note that all upstream pod specs should be pointing to local shallow copy, or a mgirated pod that has been...

area/cocoapod
kind/release

Add goto doc for how to build gRPC native c-core for iOS.

area/c-core
kind/process

See samples from run The following ObjC test failed - CoreCronetEnd2EndTests::testCompressedPayload which invokes c-core's following test * compressed_payload ([test_invoke_request_with_disabled_algorithm](https://github.com/grpc/grpc/blob/409c732813fdee5dadd2a2a14fd5972751443cb1/test/core/end2end/tests/compressed_payload.cc#L698)) With assert at

area/c-core
kind/test
area/cronet

General clean up and refactoring of existing Interop test suite 's structure - Avoid test suite subclassing anti-pattern in favor of delegation & component configuration

kind/test
area/objc-wrapper-client

At the moment, generated_projects.sh will automatically add new source file to the main spec, however, additional podspec imports may still be needed to avoid linkage-time symbol missing issue. See PR...

area/cocoapod
area/objc-wrapper-client

Clean up and removal of GRPCCallSafety enum after idempotent/cacheable options are removed after https://github.com/grpc/grpc/pull/28922.

kind/cleanup
area/objc-wrapper-client
area/api

as mentioned in https://github.com/grpc/grpc/pull/28570, patch libuv timer test with proper setup/tear down logic for static variables so that the test behavior doesn't break across platforms.

area/c-core
kind/test

To make iOS bazel test behaves similar to other language e.g. https://github.com/grpc/grpc/pull/28570 similar iOS test behavior diffs issue https://github.com/grpc/grpc-ios/issues/41