Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Madoka authored and Madoka committed Nov 1, 2016
1 parent 2456e92 commit 80c1d72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ for(auto const& endpoint : endpoints)
```
6. 客户端pub接口的,将会把转发协议的name当做topic,广播给所有监听这个topic的客户端,而不需要再服务器上注册handler;
7. 服务器注册handler,将使用hash值代替字符串

#### Bug修复
1. rpc超时后异步调用链断开
2. 客户端和服务器read大块消息时,因使用boost::bind,而发生了意外地拷贝,招致读取到不正确的地址
Expand Down

0 comments on commit 80c1d72

Please sign in to comment.