Skip to content

Adding compatibility with WSGI apps

Compare
Choose a tag to compare
@chexca chexca released this 28 May 17:27
· 146 commits to master since this release

WSGI applications developed with Python web frameworks (like Django or Tornado) create threads under the main process for handling user requests and Async IO is unable to generate an event loop for those threads if it is not yet created. We are now doing this on our end for adding compatibility with WSGI apps struggling with this problem.