You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just documenting for anyone coming behind and using this... but if you use multiple threads (aka - if you are using asp.net, you should pay attention), you will need to lock an object for now and only allow one thread at a time to access the ConvertToPdf method.
The text was updated successfully, but these errors were encountered:
Here is a workaround for the thread-saftey issue in case you want to use this in ASP.NET or some other multi-threaded environment (until the issue is fixed, if ever)
Just documenting for anyone coming behind and using this... but if you use multiple threads (aka - if you are using asp.net, you should pay attention), you will need to lock an object for now and only allow one thread at a time to access the ConvertToPdf method.
The text was updated successfully, but these errors were encountered: