Skip to content

Discovery protocol v3#62

Merged
slinkydeveloper merged 5 commits into
mainfrom
discovery-protocol-v3
Jun 17, 2025
Merged

Discovery protocol v3#62
slinkydeveloper merged 5 commits into
mainfrom
discovery-protocol-v3

Conversation

@slinkydeveloper

@slinkydeveloper slinkydeveloper commented Jun 17, 2025

Copy link
Copy Markdown
Contributor
    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
@github-actions

Copy link
Copy Markdown

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