Multi image sender
Solved
General and Desktop
-
Hi, im making multimage sender, and using QTcpSocket, better way is making QTcpSocket object in ImageSender object, or making separate class only for async tcp communication?
-
Then build your sender class to work a synchronously as well. From your description I do not really see a need to have a separated class.
-
Hi,
Are you trying to send multiple images at the same time ?
To different servers ?
Why QTcpSocket rather than QNetworkAccessManager ? -
No its, queue send by tcp
-
Then build your sender class to work a synchronously as well. From your description I do not really see a need to have a separated class.