Skip to content

v0.4.0

Compare
Choose a tag to compare
@kolapapa kolapapa released this 12 Jan 07:28
· 48 commits to main since this release
d57b70a
  • Add Client data structure to wrap asynchronous socket;
  • Cancel the original Pinger construction method and create it through Client instead;
  • The recv method of Pinger is obtained from channel instead;
  • Modify the logic of Example codes;