This is still an issue in Maverick as well as Mint Julia
Further observations:-
If another job is sent very soon after the first job, it will print OK.
If the time between jobs is long, the next job prints OK.
I haven't determined the actual cutoff times for these conditions
The problem occurs b
FYI
from the source for eventlet/green/ssl.py:
Python nonblocking ssl objects don't give errors when the other
endof the socket is closed (they do notice when the other end is
shutdown,though). Any write/read operations will simply hang if
the socket isclosed from the other end.