Subject: | Broken pipe errors due to ignored server messages |
I've been using socat as a proxy between Net::VNC and my OSXvnc server
for debugging. I'm getting "Broken Pipe" messages from the socat proxy
because the server is sending a message type 1 ("SetColourMapEntries")
that the client is ignoring.
I'm new to RFB, but I *think* this is because the client is specifying 8
BPP. Perhaps the client should set a select() to watch the server pipe?
-- Chris