I would like to be able to do a parallel task, for example pre caching products on login.
It seems that a null reference exception occurs as soon as a Dynamicweb function is called, so it seems to have lost its context.
I’ve tried everything I could find. (parallel.invoke, async handler, threading, etc)
Does anyone have any best practices on that?