Skip to content

Releases: JasonXuDeveloper/Miku

v2.0.0

02 Jul 12:18

Choose a tag to compare

  • [feat] circular buffer for receiving
  • [feat] yield to utilize thread pool when receiving
  • [opt] better middleware strategy
  • [opt] enqueue concurrent (multiple) sends
  • [misc] perf test

v1.0.9

17 May 11:57

Choose a tag to compare

  • [fix] fix recv bug

v1.0.8

17 May 10:28

Choose a tag to compare

  • [fix] fix receive bug

v1.0.7

17 May 10:20

Choose a tag to compare

  • [opt] optimise send/receive performance

v1.0.6

15 Apr 07:12

Choose a tag to compare

  • [opt] delay memory allocation to prevent allocation when connection is failed

v1.0.5

11 Apr 16:37

Choose a tag to compare

  • [fix] fix potential overflow in receiving

v1.0.4

09 Mar 09:11

Choose a tag to compare

  • [change] downgraded minimum required dotnet version

v1.0.3

09 Mar 08:39

Choose a tag to compare

  • [change] modified NetMiddleware to an interface

v1.0.2

20 Feb 06:05

Choose a tag to compare

  • [feat] using readonlymemory for middleware process as well - to achieve a more flexible utilization of arraybufferwriter

v1.0.1

19 Feb 13:03

Choose a tag to compare

  • [opt] faster client receive via using stack memory when possible
  • [fix] filter out operation cancel exception for a stopped server
  • [test] tests more about middlewares - i.e. compression, serialization