-
Notifications
You must be signed in to change notification settings - Fork 50
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: Support Silverlight, WP7 and Metro #27
Comments
I agree. However I would like to avoid breaking the existing syntax so I Do you have any interest in taking this on? My plate is kinda full at the On Fri, Feb 17, 2012 at 1:30 AM, Chang Luo <
Martin Murphy |
I've started an async fork. The API is essentially the same except for async / await support. Next step is to make it portable (prob using the portable HttpClient library). At the moment it's .NET 4.5 only but I think it could be backported with the async shims. Code is at https://github.com/willholley/LoveSeat.Async. |
Great Stuff Will. I was wanting to do this once 4.5 starts getting strong Rather than rename everything to Async. How would you feel about just 4.5 could be the default and then we could backport bug fixes but twilight Thanks for the help! On Tue, Apr 23, 2013 at 1:01 AM, Will Holley [email protected]:
Martin Murphy |
Thanks Martin, Yes, I'm happy to look at a 4.5 branch, presumably you mean with I'll have a play in the next few days and see if I can knock a 4.5 branch Will On 23 April 2013 14:39, Martin Murphy [email protected] wrote:
|
The silverlight, WP7 and Metro apps only allow asynchronized operations. E.g. HttpWebResponse.GetResponse() needs to be replaced by HttpWebResponse.BeginGetResponse() and EndGetResponse().
It would be a cool to port LoveSeat to asynchronize to support the future of Windows Metro apps.
I am not aware of any existing async C# couch library. If you know any, please also let me know.
Thanks!
The text was updated successfully, but these errors were encountered: