update v1.0.3

This commit is contained in:
ackimixs
2024-03-26 22:50:38 +01:00
parent 5350e4392b
commit 0adc914e64
4 changed files with 23 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
#include <TCPSocket/TCPClient.hpp>
int main() {
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
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
client.start();