Java Client SDK encryption and simultaneous requests
Hello,
I'm using the TWX Java client SDK to communicate with ThingWorx by extending ConnectedThingClient. I would appreciate answers to any of the following questions:
- Does TWX support encrypted websocket communication (wss)? If yes, can you please point me to documentation for setting that up.
- I have an instance of a ConnectedThingClient which I can use to invoke a service by using the invokeService method. Can I use this instance in multiple threads to simultaneously invoke several services?
- What's the recommended strategy for dealing with simultaneous requests? Should I be queuing the requests and invoke the services sequentially or perhaps have multiple ConnectedThingClient instances?
Thank you

