EmbedIO v3.1.3 Release Notes

Release Date: 2019-10-30 // over 4 years ago
  • BREAKING CHANGE
    🔄 Change Two behavior settings to default value true (Only EmbedIO HttpListener):

    • 0️⃣ EndPointManager.UseIpv6 - By default wildcard will bind to IPAddress.IPv6Any.
    • 0️⃣ HttpListener.IgnoreWriteExceptions - By default will ignore the exceptions on Response Output Write (this was the default behavior in v2).