Skip to content

v1.11.2

Compare
Choose a tag to compare
@IronsDu IronsDu released this 28 Mar 13:08
· 25 commits to master since this release
  1. #115 HTTP keep-alive bug
  2. #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.
  3. #119: support specified event loop thread to processing IO, user can use this for single logic thread.