Commit Graph

3 Commits

Author SHA1 Message Date
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
raul 2ff99a284b Adding files to project 2024-03-29 09:04:20 +01:00
raul 4756649260 Initial commit 2024-03-29 08:59:03 +01:00