Signed-off-by: inkcherry <mingzhi.liu@amd.com>
This commit is contained in:
inkcherry 2025-11-21 05:14:08 +00:00
parent 96da87bfe0
commit 9d29f361fb

View File

@ -1993,7 +1993,7 @@ class MoRIIOConnectorWorker:
meta.remote_engine_id = remote_engine_id
self.get_engine_name_with_dp(remote_engine_id, 0)
dp0_remote_engine_id = self.get_engine_name_with_dp(remote_engine_id, 0)
if dp0_remote_engine_id not in self._remote_agents:
# Initiate handshake with remote engine to exchange metadata.
with self._handshake_lock: