You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add missing channel binary to testing Cargo.toml (#423)
- Add channel binary definition to Cargo.toml to make it buildable
- Update README.md to document the channel binary usage
- Fixes issue #390: Update rust test applications
The channel.rs binary was present in src/bin/ and referenced in
Taskfile.yml but missing from Cargo.toml, preventing it from being built.
Signed-off-by: Rahul Sharma <[email protected]>
Copy file name to clipboardExpand all lines: data-plane/testing/README.md
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,26 @@ Options:
78
78
-V, --version Print version
79
79
```
80
80
81
+
### Channel
82
+
```channel``` is an application that tests streaming sessions with MLS encryption support. It can run in moderator mode (creates and manages the channel) or participant mode (joins an existing channel). It supports both MLS-enabled and MLS-disabled modes for testing purposes. It can be run as follow:
0 commit comments