From bafe073e21c18e7252325ef0728b88ba54ebaa64 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Wed, 15 May 2024 22:32:58 +0200 Subject: [PATCH] stop already called --- main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.cpp b/main.cpp index 1a66073..fc40ea7 100644 --- a/main.cpp +++ b/main.cpp @@ -24,7 +24,5 @@ int main(int argc, char* argv[]) { usleep(500'000); } - server.stop(); - return 0; } \ No newline at end of file