| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-03-28 | 450 Bytes | |
| v1.11.2.tar.gz | 2022-03-28 | 229.5 kB | |
| v1.11.2.zip | 2022-03-28 | 268.3 kB | |
| Totals: 3 Items | 498.3 kB | 0 | |
- https://github.com/IronsDu/brynet/pull/115:Fix HTTP keep-alive bug
- https://github.com/IronsDu/brynet/pull/117: In postDisConnect, use runFunctorAfterLoop for call procCloseInLoop,avoid user call postDisConnect in message handler callback, because brynet will use receive buffer after this callback.
- https://github.com/IronsDu/brynet/pull/119: support specified event loop thread to processing IO, user can use this for single logic thread.