Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@Cylix Cylix released this 16 Dec 21:45
· 81 commits to master since this release

Improvement of the public API:

  • Make server on_new_connection callback take shared_ptr as parameter instead of reference (provide more flexibility to the client app)
  • Provide access to tcp_socket in the public API of tcp_client and tcp_server

Wiki has been updated appropriately.