mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 00:57:33 +08:00
[fix] fix ZmqIpcClient.close() error (#3600)
This commit is contained in:
@@ -212,7 +212,7 @@ class LLMEngine:
|
||||
)
|
||||
|
||||
self.worker_proc = self._start_worker_service()
|
||||
console_logger.info("Waitting worker processes ready...")
|
||||
console_logger.info("Waiting for worker processes to be ready...")
|
||||
time.sleep(5)
|
||||
self.worker_init_status = dict()
|
||||
|
||||
|
Reference in New Issue
Block a user