stop already called

This commit is contained in:
ackimixs
2024-05-15 22:32:58 +02:00
parent 8cd34e181e
commit bafe073e21

View File

@@ -24,7 +24,5 @@ int main(int argc, char* argv[]) {
usleep(500'000);
}
server.stop();
return 0;
}