Nick Wardwell - 2019-03-25

Looking in the debugger I see that it's creating a new ClientConnectionThread for every time a client connects. Why is it holding onto them even after I call Disconnect() in the client?