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).