Skip to content

v0.1.0

Compare
Choose a tag to compare
@alice-yyds alice-yyds released this 01 Dec 09:59
· 151 commits to main since this release
68a9c4c

Improvement

  • feature: add mux.ShardQueue to support connection multiplexing (#50)(#67)
  • optimize: input at a single LinkBuffer Node to improve performance (#75)
  • optimize: fix waitReadSize logic bug and enhance input trigger (#74)
  • optimize: reduce timeout issues when waitRead and inputAck have competition (#62)
  • optimize: unify and simplify conn locks (#45)

Bugfix

  • fix: ensure EventLoop object will not be finalized before serve return (#54)

Chore

  • doc: update readme (#85)
  • doc: update issue templates (#56)

Breaking Change

  • remove Append and WriteBuffer returned parameter n (#49)(#83)