Administrator
2023-08-22 9d01d82370cc4d9ffd57d1f90187f743c038b4f7
outside_api_command_manager.py
@@ -208,7 +208,6 @@
        while True:
            try:
                sk.send(socket_util.load_header(json.dumps({"type": "heart", "client_id": client_id}).encode('utf-8')))
                logger_debug.debug("心跳信息发送:{}",client_id)
                # print("心跳信息发送成功", client_id)
            except Exception as e:
                logging.error("错误")