Ace v0.6.2 Release Notes

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

    • Endpoints can be registered as named processes by passing in a value for the :name option. Possible values for this are the same as for the underlying GenServer.
    • 🔧 The number of servers simultaneously accepting can now be configured. Pass an integer value to the :acceptors option when starting and endpoint. Default value is 50.