Skip to content
Snippets Groups Projects
Commit d3c92aeb authored by eqy's avatar eqy Committed by Tianqi Chen
Browse files

fix proxy registration with tracker (#1283)

parent 943dfa26
No related branches found
No related tags found
No related merge requests found
......@@ -333,7 +333,7 @@ class ProxyServerHandler(object):
rpc_key = key.split(":")[0]
base.sendjson(self._tracker_conn,
[TrackerCode.PUT, rpc_key,
(self._listen_port, key)])
(self._listen_port, key), None])
assert base.recvjson(self._tracker_conn) == TrackerCode.SUCCESS
if rpc_key not in self._key_set:
self._key_set.add(rpc_key)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment