Signed-off-by: rshaw@neuralmagic.com <robertgshaw2@gmail.com>
This commit is contained in:
rshaw@neuralmagic.com 2025-06-30 12:36:19 +00:00
parent f015919fc8
commit 569de248cb

View File

@ -827,8 +827,6 @@ class NixlConnectorWorker:
"""
notified_req_ids: set[str] = set()
for notifs in self.nixl_wrapper.get_new_notifs().values():
# WE GET NOTHING FROM HERE IF NUM_WORKERS > 0.
print(f"{notifs=}")
for notif in notifs:
req_id, tp_ratio = notif.decode("utf-8").rsplit(":", 1)
self.consumer_notification_counts_by_req[req_id] += 1