Skip to content

fix(controller): incorrect latency of groups#1007

Open
Itsusinn wants to merge 1 commit intomasterfrom
fix/group-latency
Open

fix(controller): incorrect latency of groups#1007
Itsusinn wants to merge 1 commit intomasterfrom
fix/group-latency

Conversation

@Itsusinn
Copy link
Member

🤔 This is a ...

  • New feature
  • Bug fix
  • Performance optimization
  • Enhancement feature
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Workflow
  • Other (about what?)

🔗 Related issue link

💡 Background and solution

📝 Changelog

☑️ Self-Check before Merge

⚠️ Please check all items below before requesting a reviewing. ⚠️

  • Doc is updated/provided or not needed
  • Changelog is provided or not needed


let (actual, overall) = if let Some(group) = proxy.try_as_group_handler() {
let latency_test_url = group.get_latency_test_url();
let proxies = group.get_proxies().await;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think the current iOS app relies on this behavior somehow, let hold on this and let me double check

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@codecov
Copy link

codecov bot commented Jan 29, 2026

Codecov Report

❌ Patch coverage is 0% with 21 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
clash-lib/src/common/trie.rs 0.00% 11 Missing ⚠️
clash-lib/src/app/api/handlers/proxy.rs 0.00% 7 Missing ⚠️
clash-lib/src/common/auth.rs 0.00% 3 Missing ⚠️

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants