Patrick Thu, 10 Jan 2002 08:43:20 -0800
I have a thread object (instantiated from a class that implements Runnable) that gets passed the OutputStream object from SSLSocket. However when the thread goes to write to the stream, the write operation blocks...What's the problem?
-- P