Add missing type information

pull/16190/head
Muxi Yan 7 years ago
parent 677ab86b4a
commit 86ff72bb47
  1. 2
      src/objective-c/GRPCClient/private/GRPCChannelPool.m

@ -363,7 +363,7 @@ const NSTimeInterval kChannelDestroyDelay = 30;
return channel;
}
- (void)unrefChannelWithConfiguration:configuration {
- (void)unrefChannelWithConfiguration:(GRPCChannelConfiguration *)configuration {
dispatch_sync(_dispatchQueue, ^{
if ([self->_channelPool objectForKey:configuration]) {
[self->_callRefs[configuration] unrefChannel];

Loading…
Cancel
Save