Polyphony v0.43.11 Release Notes

Release Date: 2020-07-24 // almost 4 years ago
    • 👻 Dump uncaught exception info for forked process (#36)
    • ➕ Add additional socket config options (#37)
      • :reuse_port (SO_REUSEPORT)
      • :backlog (listen backlog, default SOMAXCONN)
    • 🛠 Fix possible race condition in Queue#shift (#34)