fixed poll bug when exiting with ctrl+C

This commit is contained in:
bettercallous
2024-04-23 18:11:02 +01:00
parent a21770516b
commit 4881feb89b
4 changed files with 12 additions and 6 deletions

View File

@@ -21,7 +21,13 @@
#include <ctime>
#include <iomanip>
#define BUFFER_SIZE 1024
#define RED "\033[31m"
#define GREEN "\033[32m"
#define YELLOW "\033[33m"
#define BLUE "\033[34m"
#define MAGENTA "\033[35m"
#define CYAN "\033[36m"
#define RESET "\033[0m"
class Server {
private: