Server-side Async support
Change ServiceStack to be based on IHttpAsyncHandler so services have the option to be non-blocking by returning a Task<T>.
75
votes
This has now been done, details on latest v4 update:
https://plus.google.com/106787359118990653189/posts/KoUyRbmYoPJ
-
This has now been done, details on latest v4 update:
https://plus.google.com/106787359118990653189/posts/KoUyRbmYoPJ -
Dan Barua commented
It would be useful to be able to pass in a CancellationToken in the case of long running requests, eg. streaming large encrypted files off disc.