lib/ruby_skynet/client.rb in ruby_skynet-0.4.0.pre2 vs lib/ruby_skynet/client.rb in ruby_skynet-0.4.0
- old
+ new
@@ -52,10 +52,10 @@
#
# Raises RubySkynet::ProtocolError
# Raises RubySkynet::SkynetException
def call(method_name, parameters, connection_params={})
# Skynet requires BSON RPC Calls to have the following format:
- # https://github.com/bketelsen/skynet/blob/protocol/protocol.md
+ # https://github.com/skynetservices/skynet/blob/master/protocol.md
request_id = BSON::ObjectId.new.to_s
@logger.tagged request_id do
@logger.benchmark_info "Called Skynet Service: #{@service_name}.#{method_name}" do
retries = 0
# If it cannot connect to a server, try a different server