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



Reply via email to