aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCChannel.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-20 12:09:19 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-20 12:09:19 -0700
commited1e6c48e05e510186303e430a800078128dfc89 (patch)
tree0b9e7f548be3920d4ba74813b374338b688ca3e8 /src/objective-c/GRPCClient/private/GRPCChannel.h
parent4efa40d7cda4537e42adaa0dbd70097886d2c91c (diff)
More verbose channel destroy message
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCChannel.h')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCChannel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCChannel.h b/src/objective-c/GRPCClient/private/GRPCChannel.h
index 5fb18e0332..7151dbb6e9 100644
--- a/src/objective-c/GRPCClient/private/GRPCChannel.h
+++ b/src/objective-c/GRPCClient/private/GRPCChannel.h
@@ -59,8 +59,8 @@ struct grpc_channel_credentials;
- (void)ref;
/**
- * Decrease the refcount of the channel. If the refcount of the channel decrease to 0, start a timer
- * to destroy the channel
+ * Decrease the refcount of the channel. If the refcount of the channel decrease to 0, the channel
+ * is destroyed after 30 seconds.
*/
- (void)unref;