Skip to content

v0.20.3

Compare
Choose a tag to compare
@niklasad1 niklasad1 released this 24 Oct 16:28
· 149 commits to master since this release
v0.20.3

[v0.20.3] - 2023-10-24

This release fixes a cancel-safety issue in the server's graceful shutdown which could lead to high CPU usage.

[Fixed]

  • server: graceful shutdown distinguish between stopped and conn closed (#1220)
  • server: graceful shutdown fix cancel-safety issue (#1218)
  • server: graceful shutdown check Incoming::Closed (#1216)