Administrator
2023-09-14 a29622874377f194aa83b5c51422d7ce5516bd9c
huaxin_client/l2_client.py
@@ -546,6 +546,7 @@
def __receive_from_pipe_trade(pipe):
    logger_system.info(f"l2_client __receive_from_pipe_trade 线程ID:{tool.get_thread_id()}")
    while True:
        try:
            value = pipe.recv()
@@ -561,6 +562,7 @@
def __receive_from_pipe_strategy(pipe_):
    logger_system.info(f"l2_client __receive_from_pipe_strategy 线程ID:{tool.get_thread_id()}")
    while True:
        # print("__receive_from_pipe_strategy")
        try: