IISNode v0.2.21 Release Notes

Release Date: 2016-04-11 // almost 8 years ago
    • 🛠 Fix crash due to race condition in cprotocolbridge.
    • 🛠 Fix node-inspector integration - both old and new debugger work now.
    • 🛠 Fix MSI to support installation on windows 10.
    • Increase NODE_PENDING_PIPE_INSTANCES to 5000 so that we dont have to worry about the default 4 max concurrent requests over named pipes within node.exe. This will prevent most of the iisnode pipe busy errors for applications with high request rate.

Previous changes from v0.2.18

    • 🛠 Fix msi to support installation on Windows 10
    • Azure#24