[Mono-list] MVC4 async controllers

Nicklas Overgaard nicklas at isharp.dk
Wed Feb 19 19:24:38 UTC 2014


Hi!

I'm working on a Asp.net MVC4 project and I've started to use the async
Task<...> returns on my controllers as it should improve performance quite
a lot - and it all works wonderfully on Windows.

However, from time to time, I prefer to work directly from my MAC via
Xamarin Studio. Approximately 1 out of 3 requests to the XSP server works,
the rest errors our randomly with "missing view errors". I've noticed on
the compatibility overview that the MVC4 async pipeline is not supposed to
work at all:
http://www.mono-project.com/Compatibility

So i'm wondering: How come it helps to refresh the page? And is there any
tricks to getting the async controllers working properly in XSP?

Thanks!
---
Nicklas Overgaard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20140219/68caea2e/attachment.html>


More information about the Mono-list mailing list