Azure/azure-functions-dotnet-worker

DefaultHttpCoordinator.SetFunctionContextAsync throwing InvalidOperationException

jviau opened this issue · 0 comments

jviau commented

Description

Customer reporting intermittent issues with their HTTP triggers throwing an InvalidOperationException due to calling SetResult on an already complete TCS. I believe we have a race condition between preparing the HTTP invocation and a timeout / cancellation.

Steps to reproduce

N/A - intermittent issue