Ace v0.6.1 Release Notes

Release Date: 2016-10-17 // over 7 years ago
  • ➕ Added

    • Ace.TCP.Endpoint.port/1 will return the port an endpoint is listening too. Required when the port option is set to 0 and the port is allocated by the OS.

    🛠 Fixed

    • The handle_packet and handle_info callbacks for a server module are able produce a return of the format {:nosend, state}.