New features:
- persistent socket connection
- multiple persistent connections to the same host:port
- added RequestExecutor engine based on libevent
- processing TLS handshake asynchronous
- added Configuration support
- synchronization support between sockets
Changes:
- any instance of SocketInterface can be casted to string to show debug information
- added a possibility to receive remote ip address during read event
Documentation is now available here: http://async-sockets.readthedocs.io/.
Warning: This release contains BC breaking changes, see upgrade file for details.