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
This commit is contained in:
parent
ca10bc4284
commit
c85fa5b031
Loading…
Reference in New Issue