JustinHuPrime / NPlanetaryHaskell

CPSC 312 Group Project 1
GNU Affero General Public License v3.0
1 stars 0 forks source link

Add graceful handling of client quits #34

Open JustinHuPrime opened 3 years ago

JustinHuPrime commented 3 years ago

Right now, when the client quits, it closes its socket. The server then probably crashes. This should be fixed by letting the user (or maybe another user with the server password) reconnect or something.