CyberSource / cybersource-rest-client-dotnetstandard

.NET Standard client library for the CyberSource REST API
7 stars 15 forks source link

Add Timeout and UserAgent config values to CallApiAsync #54

Closed dlinning-jockey closed 5 months ago

dlinning-jockey commented 1 year ago

Address the behavior mentioned here https://github.com/CyberSource/cybersource-rest-client-dotnetstandard/issues/53

The timeout value not being respected is causing high CPU usage on our application, and as such is a critical fix for us.

dlinning-jockey commented 5 months ago

I see this was resolved by @gaubansa in 67178e6eb8fe461273436eb2518a0b8e628d71b0, so I'll close this