add namespace

This commit is contained in:
ackimixs
2024-03-28 08:40:46 +01:00
parent 8e94cda16f
commit a4a5e56daf
7 changed files with 18 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
#include <TCPSocket/TCPClient.hpp>
int main() {
TCPClient client("127.0.0.1", 8080); // Replace "127.0.0.1" with the IP address of your server and 8080 with the port number
TCPClient client("127.0.0.1", 8082); // Replace "127.0.0.1" with the IP address of your server and 8080 with the port number
client.start();