seems to be working again, but LB is wrong

Signed-off-by: Robert Shaw <robshaw@redhat.com>
This commit is contained in:
Robert Shaw 2025-07-20 21:15:36 +00:00
parent a46bc0a6a3
commit 85cd2da6b4

View File

@ -951,7 +951,6 @@ class DPAsyncMPClient(AsyncMPClient):
self.engines_running = True
msg = msgspec.msgpack.encode(
(target_eng_index, self.current_wave))
logger.info("FIRST_REQ")
await socket.send(msg)
buf = None