-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for "multi-stream connections" (#2352)
* ConnectionTask -> SingleStreamConnectionTask * Add draft API to collection.rs * Propagate functions to outer API layers * Move established.rs -> single_stream.rs * Restore compilation after previous commit * Move some types out of single_stream * Move out reexports from substream module * Precise reexports * Add draft for multi_stream connection * Move SubstreamId to parent module * Make multi_stream compile * Add TODO in single_stream * Update Platform trait * Update network_service * Propagate events in multi_stream * Rename Established -> SingleStream * Start integration in collection.rs * Start proper events handling * Now compiles * Implement ready_substreams() * Add MultiStreamConnectionTask::reset() * Fix warnings * Fix fuzzer * Update JS bindings * Fix warnings * Typo and docs * Rustfmt * Renames * Explain num expected substreams * Fix many doclink errors * More doclinks fixes * More doclinks * Hopefully last round of doclink fixes * I-swear-everything-is-fixed-now * Hopefully now it's fixed * Fix doclinks in wasm-node Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ac091ea
commit f1e2a38
Showing
16 changed files
with
3,234 additions
and
1,214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.