S
SP
I am developing a multithreaded AS2 server, when the service starts I read
an XML file and creates a hash table for the possible recipients.
During testing I noticed that "Blank" entries were appearing in my hash
table, they have no key or object associated with them (as seen in the watch
window) so I cannot remove them but the Length property recognizes them and
my loops try to process them.
I have tried everything to track this down, there is no pattern to them
appearing, It can happen after I have sent 1 file on the first thread or
after I have sent 1000 files across 10 threads.
has anyone had any problems like this ?
an XML file and creates a hash table for the possible recipients.
During testing I noticed that "Blank" entries were appearing in my hash
table, they have no key or object associated with them (as seen in the watch
window) so I cannot remove them but the Length property recognizes them and
my loops try to process them.
I have tried everything to track this down, there is no pattern to them
appearing, It can happen after I have sent 1 file on the first thread or
after I have sent 1000 files across 10 threads.
has anyone had any problems like this ?