Skip to content

Commit

Permalink
fix proxy registration with tracker (apache#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
eqy authored and tqchen committed Jun 14, 2018
1 parent 943dfa2 commit d3c92ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/contrib/rpc/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def _update_tracker(self, period_update=False):
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)
Expand Down

0 comments on commit d3c92ae

Please sign in to comment.