-1

I need simultaneous persistent connection to two Servers from my Qt TCP client.

Do I need threads for this or there is another way. Any Examples would be great.

eyllanesc
  • 235,170
  • 19
  • 170
  • 241
D_Ranjan
  • 1
  • 1

1 Answers1

0

You will need Multiple QTcpSockets to connect to multiple QTcpServers Simultaneously. QTcpSockets Can Connect only single Server

tamil
  • 99
  • 8