-
Notifications
You must be signed in to change notification settings - Fork 43
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
add webrtc to logic of ping/rust #82
Comments
@John-LittleBearLabs would you mind opening a pull request with your changes as a draft? That way we might be able to help you and we can follow the progress. Is there much more required than replacing the test-plans/ping/rust/src/lib.rs Line 48 in 31a1288
Note that this will only work with rust-libp2p |
I do believe so. The existing test code doesn't even have the 'webrtc' cargo feature.
Yeah I've been testing in the master config, but knowing that it's been released I should be able to update to depend on the released version directly. |
It should be possible to gain access to transports/webrtc in
testplan_0500.rs
The goal here is to verify that one could get the test to switch from TCP to WebRTC, not to make sure the automated CI tests do so.
The text was updated successfully, but these errors were encountered: