Hi, in our application we use XData to send data from client to server.
Serverside we would like to process the data in a TASK/Thread (since it takes some time).
However when trying this we experience problems with XData "cleaning up" the data from memory before the thread/task is done, resulting in errors.