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

[Bug]: 一次性测试1000+节点时全部返回失败(-1),少量(比如50个)节点测试时是可以正确返回测试结果的 #6259

Open
2 tasks done
jack-yu opened this issue Dec 9, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@jack-yu
Copy link

jack-yu commented Dec 9, 2024

预期情况

对于某个分组内的所有节点全部选中进行服务器真连接延迟测试,应该逐个测试并返回正确的延迟信息

实际情况

当选中节点达到1000+时,所有的测试结果都是-1,而如果只选中50个,则会返回正确的延迟数据

复现方法

选中节点超过1000条,或者好像182条有时也会全部-1

日志信息

2024-12-09 11:51:13.1292-DEBUG TaskScheduler_UnobservedTaskException,A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Unable to read data from the transport connection: 远程主机强迫关闭了一个现有的连接。.)
2024-12-09 11:51:13.1292-DEBUG 
2024-12-09 11:51:13.1292-ERROR System.IO.IOException: Unable to read data from the transport connection: 远程主机强迫关闭了一个现有的连接。.

额外信息

No response

我确认已更新至最新版本

我确认已查询历史issues

@jack-yu jack-yu added the bug Something isn't working label Dec 9, 2024
@sadingyukara
Copy link

sadingyukara commented Dec 9, 2024

我情况和你差不多,但是我反复测试真连接延迟时发现,不稳定,有时可以全部测试,有时全部都测试不了。不知道是什么原因,用了旧版本也是一样的结果

信息栏
Failed to start: app/proxyman/inbound: failed to listen TCP on 10931 > transport/internet: failed to listen on address: 127.0.0.1:10931 > transport/internet/tcp: failed to listen TCP on 127.0.0.1:10931 > listen tcp 127.0.0.1:10931: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
2024/12/09 13:24:28 运行Core失败,请看日志

今天下午完全无法测真连接,不像之前一会儿可以,一会儿不行的

后来把本地socks监听端口改大了之后,就可以了。 但是要怎么查找被占用的端口是哪个程序? 网上找的方法用cmd没有找到,求赐教!

@sadingyukara
Copy link

更新,12.12 今天再次换回默认端口(10808),又能正常测试了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants