Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • can you update here about how did you fix this! I'm getting the same problem. I'm using async and await everywhere where I do have any db query, and this keeps coming in around 30% cases when I make a load-test Thanks. Commented Sep 7, 2016 at 23:18
  • I never managed to fix the problem - ended up loading all my tenant-data inside of the MVC-pipeline using an action-filter: github.com/severisv/MyTeam/blob/master/src/MyTeam/Filters/… This only works if the filters are added in the correct order Commented Sep 8, 2016 at 8:51
  • @severin can you add it to github again? Page not found. Commented May 5, 2019 at 21:54
  • 1
    @Erdogan gist.github.com/severisv/1749a13cf38aeb7e6891a9f305441448 Commented May 6, 2019 at 10:42