Skip to content

Commit

Permalink
Update RpcChannel::Init() comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zd-double committed Jan 20, 2017
1 parent f293681 commit 3462acc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sofa/pbrpc/rpc_channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ class RpcChannel : public google::protobuf::RpcChannel
// For single server point, it will resolve server address in this function,
// and if resolve server address succeed return true, otherwise return false.
// For multiple server points, it will update internal server list and
// register detect task. After all of these are completed, return true.
// register detect task. After all of these are completed return true, and
// never return false.
bool Init();

// Destructor.
Expand Down

0 comments on commit 3462acc

Please sign in to comment.