ap
ap
**Bug Report** mypy cannot detect class attribute change if assert but modified in external call This is a case found when I'm trying to check the close status first, and...
发现gost3的udp转发无法用于kcp、n2n等,而gost2可以,下面是复现命令(单机) 1.udp转发到kcp,server ``` gost3 -L=udp://:2333/:2334 -L=kcp://:2334 ``` 2.一个走kcp的普通转发,client ``` gost3 -L=auto://:2666 -F=kcp://127.0.0.1:2333 ``` 3. 执行curl ``` curl -v example.com --proxy 127.0.0.1:2666 ``` 反复多执行几次curl,会发现命令3卡死不动,命令1的地方会出现连续多条报错 ``` {"handler":"udp","kind":"listener","level":"warning","listener":"udp","msg":"data discarded: use of closed network...
## 重构内容 - [x] 将config的解析从 `zmirror/zmirror.py` 中独立出来 - [x] config 中的项不会在出现在 `zmirror.py` 的全局空间, 而是在 `cfg.设置项` - [x] 将 `tests` 目录移动到 `zmirror/tests` - [x] 将parse变量从 `zmirror.py` 移动到 `threadlocal.py` 以便其他代码从中引用 - [x]...
Currently, we cannot pickle an object from pendulum v2, in v3, error will raises ``` ModuleNotFoundError: No module named 'pendulum.tz.zoneinfo' ``` For those comes here from google, for the same...
Unable to deepcopy Interval, TypeError: Interval.__new__() got an unexpected keyword argument 'days'
- [ x ] I am on the [latest](https://github.com/sdispater/pendulum/releases/latest) Pendulum version. - [ x ] I have searched the [issues](https://github.com/sdispater/pendulum/issues) of this repo and believe that this is not a...
## Pull Request Check List - [ x ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code.