Seems like it works in 1.9.3. Found the real test cases and the HTTP client works but the pure IPC client still fails in REE-1.8.7
https://github.com/apache/avro/blob/trunk/lang/ruby/test/sample_ipc_client.rb https://github.com/apache/avro/blob/trunk/lang/ruby/test/sample_ipc_server.rb On May 23, 2013, at 1:33 PM, Mark <[email protected]> wrote: > Is anyone aware or knows why that the Ruby RPC example client doesn't work > with 1.8.7 (Haven't tried any other versions)? - > https://github.com/phunt/avro-rpc-quickstart/tree/master/src/main/ruby > > I keep receiving the following error: > > read buffer_length': Socket read 0 bytes. > (Avro::IPC::ConnectionClosedException) > >
