Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LINK变量不读取https://的订阅连接了是什么原因? #38

Open
shadowstar2023 opened this issue Aug 13, 2024 · 2 comments
Open

Comments

@shadowstar2023
Copy link

LINK变量不读取https://的订阅连接了是什么原因?前一个版本还有读取,后面同时你的新代码后,不在读取了https://,更新订阅,只更新了velss://,trojan://,warp://的这些

@shulng
Copy link

shulng commented Sep 28, 2024

LINK变量不读取https://的订阅连接了是什么原因?前一个版本还有读取,后面同时你的新代码后,不在读取了https://,更新订阅,只更新了velss://,trojan://,warp://的这些

这个问题出在const timeoutId = setTimeout(() => controller.abort(), 2000);
订阅拉取还没开始就被取消了或者拉取到了一半然后取消了

@shulng
Copy link

shulng commented Sep 28, 2024

LINK变量不读取https://的订阅连接了是什么原因?前一个版本还有读取,后面同时你的新代码后,不在读取了https://,更新订阅,只更新了velss://,trojan://,warp://的这些

这个问题出在const timeoutId = setTimeout(() => controller.abort(), 2000); 订阅拉取还没开始就被取消了或者拉取到了一半然后取消了

#43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants