IAseven

Results 7 issues of IAseven

**Describe the bug** A clear and concise description of what the bug is. Be careful, Chrome can output some `Warning` without affecting the behavior of this image like this one...

bug

请求作者添加一个依赖包的版本号文件,方便大家跑例子。

### Feature and motivation I checked the code repository, and it seems that I only see that the supervisor and video depend on python. If my judgment is correct, I...

R-awaiting-answer

1.41.1 (April 1st, 2025) vscode+springboot+maven debug launch not work After rolling back to version 1.41.0 (March 27th, 2025), it runs fine. # The development environment vscode ``` 版本: 1.98.2 (user...

1. 主线程用asyncio的异步事件循环,但是在event handle处理过程中又全部用同步的调用? 如果在handle 中有阻塞操作,真个loop就会卡死, 这个设计的目的是为了什么?还是说让用户自己在handle中使用多线程去处理事件? 整个事件循环用asyncio的目的是啥?为了高并发?