Results 3 issues of

Please answer some questions before submitting your issue. Thanks! ### Which version of XXL-JOB do you using? XXL-JOB 2.4.1-SNAPSHOT 执行器安装在window10 家庭版 下。 python版本 3.8.3 ### Expected behavior 中文日志正常查看 ### Actual...

### Search before asking - [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues. ### Operating system information Linux ### Python version information >=3.11 ### DB-GPT version...

bug
Waiting for reply

目前有一个python程序,是后端处理任务。 窗体2前端有个按钮,点击触发发送http请求,触发任务。 但是任务需要试试给前端发送数据。 目前的方案是 python 先发送 到 websocket ,然后websocket 发送到前端窗体1,窗体1再发送到窗体2 这个方案目前跑成功了,但是链路太长了。 如何从websocket 直接发送到窗体2