Administrator
2025-06-06 6df8d9ac75a041377c01c80e6e970e5c75ce7662
huaxin_client/command_manager.py
@@ -11,8 +11,6 @@
import zmq
from huaxin_client import socket_util
from huaxin_client.client_network import SendResponseSkManager
from log_module import async_log_util
from log_module.log import logger_local_huaxin_trade_debug, logger_trade, logger_local_huaxin_contact_debug
@@ -69,7 +67,7 @@
class TradeCommandManager:
    trade_client_dict = {}
    _instance = None
    process_command_thread_pool = concurrent.futures.ThreadPoolExecutor(max_workers=30)
    process_command_thread_pool = concurrent.futures.ThreadPoolExecutor(max_workers=20)
    def __new__(cls, *args, **kwargs):
        if not cls._instance: