Andrew Schran dcff3d5bf4 fix: garbage collect Stream when dropped (#167)
This fixes issue #166 where a `Stream` would never be removed
until its connection is closed, given that the `Connection` holds a
copy of the stream `Sender`.

Co-authored-by: Max Inden <mail@max-inden.de>
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
2023-07-11 05:24:53 +02:00
2018-06-14 13:55:52 +02:00
2018-06-14 13:52:41 +02:00
2022-11-03 12:17:33 +11:00
2018-10-30 10:38:25 +01:00

Yamux

A stream multiplexer over reliable, ordered connections such as TCP/IP. Implements https://github.com/hashicorp/yamux/blob/master/spec.md

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Description
No description provided
Readme 699 KiB
Languages
Rust 100%