Skip to content

Commit 3462acc

Browse files
committed
Update RpcChannel::Init() comments
1 parent f293681 commit 3462acc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/sofa/pbrpc/rpc_channel.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ class RpcChannel : public google::protobuf::RpcChannel
102102
// For single server point, it will resolve server address in this function,
103103
// and if resolve server address succeed return true, otherwise return false.
104104
// For multiple server points, it will update internal server list and
105-
// register detect task. After all of these are completed, return true.
105+
// register detect task. After all of these are completed return true, and
106+
// never return false.
106107
bool Init();
107108

108109
// Destructor.

0 commit comments

Comments
 (0)