Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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 ?