webgio / Rotativa

Rotativa, /rota'tiva/. Make Pdf from Asp.Net MVC. Available on Nuget https://www.nuget.org/packages/Rotativa
http://letsfollowtheyellowbrickroad.blogspot.it/search/label/Rotativa
MIT License
622 stars 220 forks source link

Not Thread Safe #114

Open southplatte opened 9 years ago

southplatte commented 9 years ago

Using ControllerContext renders using Thread or Task for background PDF generation as BuildPdf(context) always has null context if performed in a new thread or task.