Skip to content

fix(bin/node): Discover Subcommand #1500

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

Closed
wants to merge 1 commit into from
Closed

Conversation

refcell
Copy link
Collaborator

@refcell refcell commented Apr 23, 2025

Description

Fixes up the discover subcommand.

@refcell refcell self-assigned this Apr 23, 2025
@refcell
Copy link
Collaborator Author

refcell commented Apr 23, 2025

📚 $\text{Stack Overview}$

Pulls submitted in this stack:

This comment was automatically generated by st.

if let Ok(c) = handler.peer_count().try_recv() {
if let Ok(c) = handler.peer_count().await {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

TODO: pull this into a spawned task that attempts to grab the pc and sends it over a channel here to await instead of using the disc_ticker and then blocking.

Copy link

codecov bot commented Apr 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.4%. Comparing base (327e993) to head (42653d1).
Report is 25 commits behind head on main.

✅ All tests successful. No failed tests found.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@refcell
Copy link
Collaborator Author

refcell commented Apr 25, 2025

Ticketed. This is not that important so throwing onto the backlog.

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

Successfully merging this pull request may close these issues.

1 participant