Skip to content

Instantly share code, notes, and snippets.

@seth
Created July 17, 2010 17:24
Show Gist options
  • Save seth/479672 to your computer and use it in GitHub Desktop.
Save seth/479672 to your computer and use it in GitHub Desktop.
Erlang R13B04 (erts-5.7.5) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false]
Eshell V5.7.5 (abort with ^G)
1> {ok, Pid} = riakc_pb_socket:start_link("127.0.0.1", 8091).
{ok,<0.34.0>}
2> riakc_pb_socket:ping(Pid).
** exception exit: {timeout,{gen_server,call,[<0.34.0>,{req,rpbpingreq}]}}
in function gen_server:call/2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment