-
Notifications
You must be signed in to change notification settings - Fork 91
Synchronous Calls? #23
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
Comments
Hi Michael, Thanks again. |
Oh man... yeah, I am looking through the Asp.Net code and everything looks like async now. It's a zombie invasion, alright. What a mess. :) HttpClient is all async. async in the method decoration and "Async" in the name. Plus coupling everything to Task and Task. So messy. I will definitely look into getting a PR for you and this great project! |
Resolved in #33 |
Hello,
Once again, I would like to express my total appreciation for this project! Very happy to see someone put this together (and even more surprised that it's not a first-class component to the MVC framework).
It appears that this project currently produces asynchronous operations. Which is great if you are not managing async/tasks within your application. However, some of us have components that do manage this for us (and are also, um, apprehensive, towards async to begin with... beware of zombies. :)) and prefer synchronous calls. It would be great if this project supported them. I would be interested in making this happen with a pull request if that would help.
If this is an easy existing setting that I am overlooking that would be great to know, too.
Thank you,
Michael
The text was updated successfully, but these errors were encountered: