mini-chat/cmd
raul c85fa5b031 Fixed catastrophic memory leak in client
Whenever a server would be stopped while the clients were connected to
it, the for loop handling the messages received by the server would
start a feedback loop as no more data could be read from "conn", thus
spawning an infinite number of byte arrays and crashing my laptop
2024-04-14 09:27:17 +02:00
..
client.go Implement Gocui UI into mini-chat client 2024-04-13 13:11:36 +02:00
root.go Finish chat functionality and prepare for release 2024-04-01 12:28:22 +02:00
server.go Attempt to clean up server codebase 2024-04-13 13:08:43 +02:00
ui.go Fixed catastrophic memory leak in client 2024-04-14 09:27:17 +02:00