-
Type:
Bug
-
Status: Done
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: Enhancements - Fall
-
Labels:None
-
Company:All Clients/Multiple Clients
API:
/api/documents/sendBulk
/api/documents/
/
{personId}/send
API not working giving error on run.
Below are 3C's
Concern: Error in send bulk API
Cause: Previously we are creating new DbContext object in each code file. Now same object is getting shared across site in single request. Send bulk calling same DbContext object in async loop.
Correction: For each loop created new DbContext Object.
CC – Samir