aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCChannelPool.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-12-05 22:52:12 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-12-05 22:52:12 -0800
commitdfec57a9a9ebfbe92709498074eb184527ef599e (patch)
tree908c18db682d435c380cc7eda58c79205eac2215 /src/objective-c/GRPCClient/private/GRPCChannelPool.h
parent459da578db5ae9bd95f91be2888236c4870a7314 (diff)
Channel pool polishments
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCChannelPool.h')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCChannelPool.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCChannelPool.h b/src/objective-c/GRPCClient/private/GRPCChannelPool.h
index 338b6e440f..7c6f2b3bbf 100644
--- a/src/objective-c/GRPCClient/private/GRPCChannelPool.h
+++ b/src/objective-c/GRPCClient/private/GRPCChannelPool.h
@@ -67,8 +67,9 @@ NS_ASSUME_NONNULL_BEGIN
- (void)notifyWrappedCallDealloc:(GRPCWrappedCall *)wrappedCall;
/**
- * Force the channel to disconnect immediately. Subsequent calls to unmanagedCallWithPath: will
- * attempt to reconnect to the remote channel.
+ * Force the channel to disconnect immediately. GRPCWrappedCall objects previously created with
+ * \a wrappedCallWithPath are failed if not already finished. Subsequent calls to
+ * unmanagedCallWithPath: will attempt to reconnect to the remote channel.
*/
- (void)disconnect;