Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-07-05 | 398 Bytes | |
v0.3.0.tar.gz | 2021-07-05 | 229.0 kB | |
v0.3.0.zip | 2021-07-05 | 265.8 kB | |
Totals: 3 Items | 495.2 kB | 0 |
- Send 方法支持添加回调 https://github.com/Allenxuxu/gev/pull/97
- 增加 example 使用 Send 方法回调来复用内存
- Protocol Pack 方法入参数改为 interface ,使得Protocol实现更加灵活 https://github.com/Allenxuxu/gev/pull/96
- OnMessage 回调 返回值 []byte->interface
- Send 方法入参数 []byte->interface
- Pack 方法入参数 []byte->interface