by Alex [gnauck at ag-software dot de] posted on 2003/11/01
Hello,
i try to use the Secure Socket library in a server. When i have a client connected with SSL and want to shutdown the connection then it hangs.
In Debug i get a weird message in SecureSocket.cs EndShutDown.
The thread '<No Name>' (0xb8) has exited with code 0 (0x0).
Comes from line 567 (ar.AsyncWaitHandle.WaitOne();)
Alex
by Pieter Philippaerts [Pieter at mentalis dot org] posted on 2003/11/03
Could you download the latest version of the library [v1.0.13.692] and test your code to see if it works? Build 692 fixes a bug that may cause the behavior you're seeing.
by Alex posted on 2003/11/03
Hello,
downloaded the version 1.0.13.692 now. The problem is still there. This problem is very weird, because it happens not on all machines. I have it on my developer machine, but when i install the compiled Exe on another box its working without problems.