fixing more bugs
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user