private void ListenLoop() { listener.Start(); while (true) { connections.AddConnection(listener.AcceptTcpClient()); manager.SendBroadCast(); } }