Skip to content

v0.0.21 - Loop Relax and WSGI + ASGI fixes

Compare
Choose a tag to compare
@cirospaciari cirospaciari released this 24 Jun 20:21
· 44 commits to main since this release

What is changed in socketify:

Added new strategy for loop relax, this will decrease CPU usage when no request is coming.
Fixed wsgi.input to never be None
Fixed loop._run_once() being called on ASGI when using uvloop

Work in progress for v0.1.0:

  • Native optimizations #52
  • Cache tools #60
  • Hot reloading #61

New Contributors

Full Changelog: v0.0.20...v0.0.21