a2wsgi icon indicating copy to clipboard operation
a2wsgi copied to clipboard

Use thread-safe API to call things on ASGIResponder.loop

Open encukou opened this issue 1 month ago • 0 comments

This wraps calls to the event loop in thread-safe functions. PYTHONASYNCIODEBUG is added to GitHub actions to detect similar issues.

There might be a more elegant way to do this, but I didn't find it.

Fixes: #53

encukou avatar May 07 '24 16:05 encukou