I have application, whitch connents to N devices trought the network. The problem is: TCP Client class isn't async, I'm send the command to device, I want get answer now. So, 2 or more active clients makes my app frozen.
Any ideas how to do some, that's will not freeze my application if many devices is enabled at one time?
TCP Client class uses Synapse classes package.
Thanks!