-
Notifications
You must be signed in to change notification settings - Fork 493
Closed
Labels
bugThis issue is a bug.This issue is a bug.closed-for-stalenessmodule/lambda-client-libresponse-requestedWaiting on additional info and feedback. Will move to close soon in 7 days.Waiting on additional info and feedback. Will move to close soon in 7 days.
Description
Describe the bug
We are seeing internment failures on our Network Calls (Http + SOAP/WCF) on .Net Core 3.1. The invoked endpoints/services work fine and throws sometimes as well. We are getting following error
System.AggregateException: One or more errors occurred. (Unable to read data from the transport connection: Connection reset by peer.)
---> System.IO.IOException: Unable to read data from the transport connection: Connection reset by peer.
---> System.Net.Sockets.SocketException (104): Connection reset by peer
Expected Behavior
We shouldn't see this error and network calls should succeed without issue.
Current Behavior
System.AggregateException: One or more errors occurred. (Unable to read data from the transport connection: Connection reset by peer.)
---> System.IO.IOException: Unable to read data from the transport connection: Connection reset by peer.
---> System.Net.Sockets.SocketException (104): Connection reset by peer
Reproduction Steps
We are getting these inside Lambda on Network Calls. These are invoked via Step Function at Hourly interval and around 50/60+ API calls at each run.
Possible Solution
No response
Additional Information/Context
No response
AWS .NET SDK and/or Package version used
<PackageReference Include="AWSSDK.Core" Version="3.7.2.2" />
Targeted .NET Platform
.Net Core 3.1
Operating System and version
Lambda
Metadata
Metadata
Assignees
Labels
bugThis issue is a bug.This issue is a bug.closed-for-stalenessmodule/lambda-client-libresponse-requestedWaiting on additional info and feedback. Will move to close soon in 7 days.Waiting on additional info and feedback. Will move to close soon in 7 days.