grpc / grpc-ios

gRPC for iOS
Apache License 2.0
39 stars 22 forks source link

Fix GRPCCallOptions's retry property handling #49

Closed dennycd closed 2 years ago

dennycd commented 2 years ago

On GRPCCallOptions, the following properties are currently not copied over

In addition, these are currently marked readwrite on immutable option class GRPCCallOptions, and should be moved to GRPCMutableCallOptions instead.