You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@avro.apache.org by Mark <st...@gmail.com> on 2013/05/23 22:33:45 UTC

Ruby RPC

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)



Re: Ruby RPC

Posted by Mark <st...@gmail.com>.
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 <st...@gmail.com> 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)
> 
>