mini-chat/cmd
raul 544369cb9f Fixed server crashing whenever a user disconnected
Instead of trying to let Cobra handle the possible errors produced in
client input through bufio.NewReader(conn), I'm handling them manually
by returning the function if there's an error detected, therefore
severing the goroutine and letting the main server run normally
2024-03-29 09:36:03 +01:00
..
root.go Adding files to project 2024-03-29 09:04:20 +01:00
server.go Fixed server crashing whenever a user disconnected 2024-03-29 09:36:03 +01:00