Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@ultrasilicon ultrasilicon released this 05 Jul 00:01
· 145 commits to master since this release

Features & Fixes

  • libParsley has changed its name to libagio.
  • Removed AgioObject's instance hashmap (originally for child lookup when the callback is triggered). Now libagio utilizes uv handles' data (which is designed for users to keep their data) in the uv handles.
  • Fixed TcpSocket::onConnected callback crash. (due to wrong type cast).