Skip to content

Releases: Poseidon-fan/net-mux

v0.2.2

17 Nov 01:11

Choose a tag to compare

  • Change msg channel to unbounded, making send_fsh unblocked.
  • Fix the bug of writing end couldn't shutdown and dropping before finishing.

v0.2.0

10 Oct 09:47

Choose a tag to compare

  • Fix Stream AsyncRead && AsyncWrite bugs
  • Support ACK frame

v0.1.5

04 Oct 15:12

Choose a tag to compare

  • Remove StreamId pub re export
  • Impl Sync for WriteFrameFuture

v0.1.4

03 Oct 14:20

Choose a tag to compare

  • Update docs
  • Provide comments

v0.1.2

01 Oct 10:51

Choose a tag to compare

  • Add Generic Type for Session
  • Remove redundant debug info

v0.1.1

01 Oct 10:28

Choose a tag to compare

  • Refactor code for send msg function
  • Support Fin frame to communicate

v0.1.0

30 Sep 16:18

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Implemented the basic functionality of multiplexing.