Skip to content

Zeus v0.2.5

Latest
Compare
Choose a tag to compare
@navining navining released this 01 Aug 04:27

epoll

  • TcpServer, TcpSubserver and TcpClient now support epoll model (only available under Linux)
  • IO multiplexing model can be switched in common.h

Byte Stream

  • Use Stream instead of Message in onMessage() API
  • Now support passing integers, arrays and strings directly through Stream without using a struct

Exception Information

  • Log system now supports output of errno and exception information provided by the OS with LOG_PERROR

Other Updates

  • Fixed a bug that the server can not receive messages properly under Linux