fixing more bugs

This commit is contained in:
bettercallous
2024-04-30 18:10:02 +01:00
parent 91e8f5c3f2
commit 204ed9d7bd

View File

@@ -1149,9 +1149,9 @@ void Server::handleClientData(int fd)
} }
//**************** STOOOOOOP HERE TOP G ... //**************** STOOOOOOP HERE TOP G ...
// command.clear(); // command.clear();
}
client.clearCommand(); client.clearCommand();
} }
}
else if (bytesRead == 0) { else if (bytesRead == 0) {
std::cout << "Client <" << fd << "> Disconnected" << std::endl; std::cout << "Client <" << fd << "> Disconnected" << std::endl;