braintree / braintree_dotnet

Braintree .NET library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
136 stars 73 forks source link

Async operations for .NET 4.5 still use some blocking methods. #56

Closed onlyann closed 7 years ago

onlyann commented 7 years ago

General information

Issue description

The async operations still use blocking calls while their non-blocking equivalent is available for .NET 4.5.

55 is an attempt to fix this along extra optimizations.

bluk commented 7 years ago

Thanks for the PR. We will take a look!

EvanHahn commented 7 years ago

We'll move discussion into the PR—closing this issue.