main.py
@@ -132,7 +132,7 @@ # target=huaxin_client.l2_client.run, # args=(queue_other_w_l2_r, order_queues, transaction_queues, market_queue, order_ipc_hosts,huaxin_trade_server.my_l2_data_callback)) # l2Process.start() # 将L2的进程改为进程执行 # 将L2的进程改为线程执行 threading.Thread(target=huaxin_client.l2_client.run, args=( queue_other_w_l2_r, huaxin_trade_server.my_l2_data_callbacks), daemon=True).start()