HarryRybacki / rust_developer

Homework and projects from Rust Developer course
0 stars 0 forks source link

Issue2 server was dropping clients early #3

Closed HarryRybacki closed 1 month ago

HarryRybacki commented 1 month ago

Server was dropping clients early

Call to drop client was happening inside the listener loop but it should have been calling it when the listener returns.

Updated several code paths to return results and bubble up errors more cleanly.

More debug statements being cleaned up. Resolves #2