Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@edefimov edefimov released this 10 Apr 11:28
· 26 commits to master since this release

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.