Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Implement async methods in Bunq C# SDK #156

Open
SvenLauterbach opened this issue Sep 3, 2024 · 0 comments
Open

[Feature Request] Implement async methods in Bunq C# SDK #156

SvenLauterbach opened this issue Sep 3, 2024 · 0 comments

Comments

@SvenLauterbach
Copy link

It seems that the Bunq C# SDK does not support async methods. In fact it uses .Result to make asynchronous network calls synchronous. Example in ApiClient.cs:

HttpResponseMessage result = this.client.SendAsync(requestMessage).Result;

It would be great if the Bunq SDK could switch to async method. This could improve performance/scalability for consuming applications. Also, the async/await programming model is now quite established in the .NET ecosystem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant