Skip to content

Discovery protocol v3 #62

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

Merged
merged 5 commits into from
Jun 17, 2025
Merged

Discovery protocol v3 #62

merged 5 commits into from
Jun 17, 2025

Conversation

slinkydeveloper
Copy link
Collaborator

@slinkydeveloper slinkydeveloper commented Jun 17, 2025

    tracing_subscriber::fmt::init();
    HttpServer::new(
        Endpoint::builder()
            .bind_with_options(
                CounterImpl.serve(),
                ServiceOptions::new()
                    .journal_retention(Duration::from_secs(60))
                    .handler("add", HandlerOptions::new().enable_lazy_state(true)),
            )
            .build(),
    )
    .listen_and_serve("0.0.0.0:9080".parse().unwrap())
    .await;

@slinkydeveloper slinkydeveloper force-pushed the discovery-protocol-v3 branch from 05a56a3 to 67e46f4 Compare June 17, 2025 13:56
Copy link

Test Results

  7 files  ±0    7 suites  ±0   3m 42s ⏱️ +17s
 52 tests ±0   51 ✅ ±0  1 💤 ±0  0 ❌ ±0 
213 runs  ±0  210 ✅ ±0  3 💤 ±0  0 ❌ ±0 

Results for commit 6c1a09f. ± Comparison against base commit d897ac0.

@slinkydeveloper slinkydeveloper merged commit f9ea8ea into main Jun 17, 2025
4 checks passed
@slinkydeveloper slinkydeveloper deleted the discovery-protocol-v3 branch June 17, 2025 14:58
@github-actions github-actions bot locked and limited conversation to collaborators Jun 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants