Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
I have developed one sample program to transfer file to ThingWorx using Edge SDK. I have used one common RemoteThingWithFileTransfer, when multiple instances of this client tries to send file to ThingWorx, only one of instance able to send file successfully. So it seems i have to have separate RemoteThingWithFileTransfer for every client instance. Is that true or i can reuse one instance of RemoteThingWithFileTransfer for multiple Edge sdk clients ?