Closed arcusfelis closed 11 years ago
rpc:parallel_call
returned {'EXIT',{noproc,{gen_server,call,[dht_socket_server,{find_node,{127,0,0,4 },1763,774951173766955388762226121640043803937242174802}]}}}
.
parallel_eval
is a bad choice according documentation:
For every tuple in FuncCalls, evaluates apply(Module, Function, Args) on some node in the network. Returns the list of return values, in the same order as in FuncCalls.
Fixed :)
find_node(IP, Port, Target)
returns[{badrpc, IP, Port}]
. I am thinking about checking ids insidefind_node/3
.