Skip to content

v0.3.0

Compare
Choose a tag to compare
@Allenxuxu Allenxuxu released this 05 Jul 14:53
· 41 commits to master since this release
0d5fcc0
  • Send 方法支持添加回调 #97
    • 增加 example 使用 Send 方法回调来复用内存
  • Protocol Pack 方法入参数改为 interface ,使得Protocol实现更加灵活 #96
    • OnMessage 回调 返回值 []byte->interface
    • Send 方法入参数 []byte->interface
    • Pack 方法入参数 []byte->interface