Jering.Javascript.NodeJS v4.0.0 Release Notes

Release Date: 2018-11-22 // over 5 years ago
  • โž• Additions

    • โž• Added INodeJSProcess interface. A wrapper for NodeJS Process instances. ### ๐Ÿ”„ Changes
    • ๐Ÿ’ฅ Breaking: INodeJSProcessFactory.Create now returns an INodeJSProcess instead of a Process.
    • 0๏ธโƒฃ Increased default OutOfProcessNodeJSServiceOptions.TimeoutMS from 10000ms to 60000ms.
    • โœ… Overhauled logic for multi-threading. Added in depth tests for most multi-threaded use cases.