Hi, In my autoupdater I read and save files from the server one at a time using TCP.
After reading about 10 files the autoupdater runs out of memory. Is there a way I can “clear” the inputstream after each file so that I don’t run out of memory? None of the files are too large by themselves.
Thanks,
roland