Re: [twsocket] [Fwd: Re: Conflicts between multiple instances]

2009-07-17 Thread Mike Lenox
Finally! A very simple bug causing very strange symptoms. I had overridden Destroy in my ClientInstance object and neglected to include a final call to the inherited Destroy. Arno Garrels wrote: Mike Lenox wrote: I am aggressively debugging the application. The root problem at this point s

Re: [twsocket] [Fwd: Re: Conflicts between multiple instances]

2009-07-17 Thread Arno Garrels
Mike Lenox wrote: > I am aggressively debugging the application. The root problem at this > point seems to be a server background exception event. ICS sample code > has comments, "Should normally never occur" and "Hoping that server > will still work". But, I am able to make it happen quite often a

Re: [twsocket] [Fwd: Re: Conflicts between multiple instances]

2009-07-17 Thread Mike Lenox
I am aggressively debugging the application. The root problem at this point seems to be a server background exception event. ICS sample code has comments, "Should normally never occur" and "Hoping that server will still work". But, I am able to make it happen quite often and, though my handler