Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
为demo的增加记录日志。
  • Loading branch information
zhu410289616 committed Apr 5, 2016
1 parent e63a346 commit 1453bea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ socket网络通信框架
pod 'RHSocketKit'

## Log
### 2016-04-05
####下面的3和4是最基本,最简单的使用了。2相对要求高点,需要理解应用中传输协议的内容,需要懂得把场景需求转化为传输编码。1是高层级的封装,还是看源码吧。
1-增加rpc使用demo,里面有写调用过程的说明和日志。<br/>
2-增加自定义编码器和解码器的使用demo。<br/>
3-增加变长编码解码器的使用demo。<br/>
4-增加分隔符编码解码器的使用demo。<br/>
5-增加RHSocketKit连接服务器的demo。

### 2016-03-17
1-针对rpc的场景,增加命令字段编码解码,处理rpc的call和reply的数据一一对应<br/>
2-修正底层通道中的粘包bug。非常感谢网友[狙击手]的反馈,不愧为狙击手。<br/>
Expand Down

0 comments on commit 1453bea

Please sign in to comment.