Joseph Tulowiecki wrote:. . . I was wondering why I wasn't getting any responses. . . .
Probably because you weren’t
patient enough. You had a response in 2 hours 22 minutes, early on Sunday morning.
Are you using the same Iterator again when you re-enter the loop? If so, you start where you left off, which won’t work well.
You should always use a new Iterator for each loop. Also make sure your Iterators are local variables which go out of scope at the end of the loop.