Click here to Skip to main content
15,894,720 members

Comments by DBLWizard (Top 3 by date)

DBLWizard 11-Jun-18 16:49pm View    
That's not an answer to my question, though thanks.
DBLWizard 11-Jun-18 14:39pm View    
I've tried the suggestions here but when I remove the .Shutdown line of code the client never gets past the recieveDone.WaitOne(). The updated code on Microsoft's site uses some "ManualResetEvent" objects to suspend operation until the Send/Receive are done. Has anybody actually gotten this to work fully?

Thanks

dbl
DBLWizard 11-Jun-18 0:33am View    
Deleted
This got me past the closed connection issue but now I can't seem to get the state.buffer cleared, did you figure that part out?