Added a check in the read loop to break out if we have read the necessary number of bytes, without doing an unnessary eof() call which may block. Added client-server tests to check this condition.
fixes #191
Also updated travis and appveyor configurations to include Julia 1.0.
Added a check in the read loop to break out if we have read the necessary number of bytes, without doing an unnessary
eof()
call which may block. Added client-server tests to check this condition.fixes #191
Also updated travis and appveyor configurations to include Julia 1.0.