mirror of
https://github.com/modelec/TCPSocketClient.git
synced 2026-01-20 01:43:11 +01:00
add namespace
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user