Azure / Azure/azure-functions-host
Unhandled exception in gRpc service leaves function executions in hung state
Open
bug
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
Follow up to issues #5361 and 5415
Any exception in https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script/Workers/Rpc/FunctionRpcService.cs while sending or receiving data from the language worker, should be handled and should not result in hanging function excecutions.
Contributor guide
Assessment
This issue has not been assessed yet.