Created
July 17, 2010 17:24
-
-
Save seth/479672 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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