Icemist commented on code in PR #13420:
URL: https://github.com/apache/tvm/pull/13420#discussion_r1027823736


##########
python/tvm/rpc/proxy.py:
##########
@@ -319,7 +319,7 @@ def _regenerate_server_keys(self, keys):
         new_keys = []
         # re-generate the server match key, so old information is invalidated.
         for key in keys:
-            rpc_key, _ = key.split(":")
+            rpc_key, _ = base.split_random_key(key)
             handle = self._server_pool[key]
             del self._server_pool[key]
             new_key = base.random_key(rpc_key + ":", keyset)

Review Comment:
   thanks. updated.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to