Skip to content

v1.0.0-rc10

Pre-release
Pre-release
Compare
Choose a tag to compare
@an-tao an-tao released this 28 Mar 07:49
· 235 commits to master since this release

API Change list

  • Add the send(const void *, size_t) method to the TcpConnection class

  • Add the send(const MsgBufferPtr &) method to TcpConnection class

  • Add stop() method to the TcpServer class

Changed

  • Compile wepoll directly into trantor (Windows)

  • Add CI for Windows

  • Make CMake install files relocatable

  • Modify the Resolver class