Hi, I have a situation where there are many requests at a time. In order to not get the replies mixed up with each other, I wanted to have a single Dex2Manager that creates multiple RData objects (which are the multiple requests). Would that be a correct way of handling this situation, or is there another/better way?
Thanks.