[V1] Fix CI tests on V1 engine (#10272)

Signed-off-by: Woosuk Kwon <woosuk.kwon@berkeley.edu>
This commit is contained in:
Woosuk Kwon
2024-11-12 16:17:20 -08:00
committed by GitHub
parent 377b74fe87
commit 112fa0bbe5
3 changed files with 7 additions and 1 deletions

View File

@@ -317,7 +317,7 @@ class EngineCoreProc(EngineCore):
# Msgpack serialization decoding.
decoder_add_req = PickleEncoder()
decoder_abort_req = msgpack.Decoder(list[str])
decoder_abort_req = PickleEncoder()
with self.make_socket(input_path, zmq.constants.PULL) as socket:
while True: