You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Are there any plans to support C# async tasks for the methods that perform communication over the internet?
I see the README.md mentions, for example:
"This sample uses an ASP.NET Core Razor Page"
That version of ASP.NET is designed with async tasks. Will the Amazon Pay SDK likewise support async tasks sometime in future?
Ideally each async method would also include a CancellationToken parameter if possible.
Async tasks would be great to have, although in my opinion I'd rank it as a lower priority than supporting recurring payments/subscriptions, and also lower priority than supporting the new .NET 5.0 in both the old and new SDK's.
The text was updated successfully, but these errors were encountered:
Hello! Are there any plans to support C# async tasks for the methods that perform communication over the internet?
I see the README.md mentions, for example:
That version of ASP.NET is designed with async tasks. Will the Amazon Pay SDK likewise support async tasks sometime in future?
Ideally each async method would also include a
CancellationToken
parameter if possible.Async tasks would be great to have, although in my opinion I'd rank it as a lower priority than supporting recurring payments/subscriptions, and also lower priority than supporting the new .NET 5.0 in both the old and new SDK's.
The text was updated successfully, but these errors were encountered: