Subscriber portal
Waits for a client to connect to the named pipe.
public boolean connect()
If you do not want to block the current thread if it is waiting for a client to connect, avoid using PipeServer.connect, and instead poll using PipeServer.read.