Skip to content

Commit

Permalink
Don't build swarm
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Sep 3, 2023
1 parent 054c9d3 commit 4f909c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions transports/webrtc/examples/listen_ping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ fn create_swarm() -> Result<Swarm<Behaviour>> {
Behaviour::default(),
peer_id,
SwarmConfig::with_tokio_executor(),
)
.build())
))
}

#[derive(NetworkBehaviour, Default)]
Expand Down

0 comments on commit 4f909c9

Please sign in to comment.