Ben-Ortiz / cs419_group_project

cs419 computer security group project
0 stars 0 forks source link

Logging out does not log out a user, and the user hangs indefinitely #6

Open ghost opened 2 years ago

ghost commented 2 years ago

When a user attempts to log out via the "logout" command, their client prints "Logging out..." and then refuses to take any input, and does not continue. The server does not print that any user has disconnected.

The expected outcome is that the user's client closes or returns to the login/register prompt, and that the server says "User disconnected".

image

symxmyz233 commented 2 years ago

It is not actually a bug. But thank you for your suggestion.