Microsoft.AspNetCore.Connections.ConnectionResetException : The client has disconnected ---> System.Runtime.InteropServices.COMException : An operation was attempted on a nonexistent network connection. (0x800704CD)

Chandan Kumar Singh 41 Reputation points
2022-11-07T13:51:32.773+00:00

Hello Everyone,

I am getting the error while testing performance of my function app. I am trying with 50 user its working fine, but once I am trying with 70 Users its start throwing error. I am using SoapUI for load and performance testing.

Error:
Microsoft.AspNetCore.Connections.ConnectionResetException : The client has disconnected ---> System.Runtime.InteropServices.COMException : An operation was attempted on a nonexistent network connection. (0x800704CD)

My function app generating PDF file.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,931 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MuthuKumaranMurugaachari-MSFT 22,441 Reputation points Moderator
    2022-11-08T18:58:59.183+00:00

    @Chandan Kumar Singh Thank you for reaching out to Microsoft Q&A. Based on the exception above, it appears that the client closed the connection before the call was completed. Refer our product team's comment on this issue here and recommend you review the client side set up.

    258309-image.png

    Also, would like to let you know there is a similar discussion in aspnetcore repo about logging this exception and please share your feedback details in the repo for.NET team to review. If you have any other questions, feel free to add a comment or upvote if it helped.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.