fix(engine): Fix template rendering thread safety issue (#4828)
Remove the engine `currentTemplates` field which was shared state
across threads and thus not thread safe, and instead just pass these
reference templates as parameters down recursively.
Closes #4819
Signed-off-by:
Sean Eagan <sean.eagan@att.com>
Showing
+12 -8
Please register or sign in to comment