if the client(QSocketTCP) loses connection with the server, how it can connect? it's necessary to create other instance of QSocketTCP?
THank you in advance.
if the client(QSocketTCP) loses connection with the server, how it can connect? it's necessary to create other instance of QSocketTCP?
THank you in advance.
No need for a new socket instance, just call connectToHost() again.
Cheers,
_
Bookmarks