V
virat leelapattana
i use TcpClient
client = new TcpClient(S"localhost", PORT_NUM);
when run code above
and now how to know when it connect server already
i don't want timer to Loop for check if(client->active)
client = new TcpClient(S"localhost", PORT_NUM);
when run code above
and now how to know when it connect server already
i don't want timer to Loop for check if(client->active)