I'm currently working on multithreading for one app. Ran into some issues so I'm trying bunch of different solutions. Is it possible to create a datastore object and then pass it to shared memory?
Currently I'm getting this error - Exception: Object passed to shared/remote object method is not a nonvisual user object.
Seems like only non visual objects are able to be passed?