remove stop server

This commit is contained in:
ackimixs
2024-04-03 17:29:32 +02:00
parent 8ef01ca15c
commit 4d20084fce

View File

@@ -30,7 +30,5 @@ int main(int argc, char* argv[]) {
client.sendMessage(message.c_str());
}
client.stop();
return 0;
}