I have tracked down a problem with mono using async actions, and how apparently the context is incorrectly set at some point when using ActiveRecord and AspView. The fix is to place the line "HttpContext.Current = HttpContext" in the EndAsyncAction method, and the session for AR can then be successfully released with no problems.
My question is, where would I put the context assignment in the MR source instead of putting it in each and every async action I have? I would like to submit it as as a patch on the git repository, so I just want to make sure I put it in the best place possible. Thanks! Brian -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
