Skip to content
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

Features/swarm #24

Merged
merged 11 commits into from
Feb 1, 2022
Merged

Features/swarm #24

merged 11 commits into from
Feb 1, 2022

Conversation

RyanKung
Copy link
Member

@RyanKung RyanKung commented Feb 1, 2022

No description provided.

@RyanKung
Copy link
Member Author

RyanKung commented Feb 1, 2022

Need to do more doc work

@RyanKung RyanKung requested a review from Raytlty February 1, 2022 15:45
This was linked to issues Feb 1, 2022
@RyanKung
Copy link
Member Author

RyanKung commented Feb 1, 2022

For testing:

cargo run -- -d 127.0.0.1:50000
cargo run -- -d 127.0.0.1:50001

 curl -v  http://127.0.0.1:50000/connect\?node\=http://127.0.0.1:50001/sdp

And plz check the log @Raytlty

INFO - mDNS is using 0.0.0.0:5353 as dest_addr
INFO - Looping and listening Ok(0.0.0.0:5353)
INFO - signaling state changed to have-local-offer
INFO - signaling state changed to stable
thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: operation can not be run in current signaling state', /Users/ryan/Dev/bns/bns-node/src/discoveries/http.rs:91:63
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
WARN - [controlled]: could not listen udp fe:80::: io error: Can't assign requested address (os error 49)
INFO - [controlling]: Setting new connection state: Checking
WARN - [controlling]: pingAllCandidates called with no candidate pairs. Connection is not possible yet.
WARN - [controlling]: pingAllCandidates called with no candidate pairs. Connection is not possible yet.
INFO - ICE connection state changed: checking
WARN - [controlling]: failed to resolve stun host: stun.l.google.com:19302: io error: No available ipv6 IP address found!
WARN - [controlling]: pingAllCandidates called with no candidate pairs. Connection is not possible yet.

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

Successfully merging this pull request may close these issues.

Multi Peer support Channel should be shared beteween transports
1 participant