More verbose channel destroy message

pull/16190/head
Muxi Yan 6 years ago
parent 4efa40d7cd
commit ed1e6c48e0
  1. 4
      src/objective-c/GRPCClient/private/GRPCChannel.h

@ -59,8 +59,8 @@ struct grpc_channel_credentials;
- (void)ref; - (void)ref;
/** /**
* Decrease the refcount of the channel. If the refcount of the channel decrease to 0, start a timer * Decrease the refcount of the channel. If the refcount of the channel decrease to 0, the channel
* to destroy the channel * is destroyed after 30 seconds.
*/ */
- (void)unref; - (void)unref;

Loading…
Cancel
Save