Okay, my application uses distrubted objects and NSThreads (ala Apple's TrivialThreads example...)
Everything works fine, except for this:
The SECOND TIME (and after) i run through a function in my thread server class, my directory enumerator does not return any objects. I absolutely cannot figure out why. It is creating a new enumerator object each time, as I can see the pointer address changing. I can also see that the path which is it an enumerator for is correct. It simply does not have any objects to be enumerated!
I have no clue why its doing this, but if you have any ideas, please let me know.