startNew throws EPROTO error locally · Issue #28 · Azure/azure-functions-durable-js
When running locally, making calls to DurableOrchestrationClient.startNew to start an orchestrator function results in an EPROTO error being thrown and the orchestrator not starting. This is due to...