asgiref icon indicating copy to clipboard operation
asgiref copied to clipboard

ASGI specification and utilities

Results 64 asgiref issues
Sort by recently updated
recently updated
newest added

Hi, I'm attempting to run an async view using the ASGI protocol with Daphne as the server. However, I've noticed that it's creating new ThreadPoolExecutor instances for some requests, with...

While running tests for asgiref 3.8.0 I see following unexpected lines at the end of the test report: ``` ======================== 71 passed, 1 xfailed in 12.82s ======================== Task was destroyed...

This aims first of all to align the code of `_CVar.__delattr__` with that of `_Cvar.__getattr__`. Then to use the [EAFP](https://docs.python.org/3/glossary.html#term-EAFP) approach in `Local._lock_storage`, to improve efficiency since the [`hasattr`](https://docs.python.org/3.10/library/functions.html?highlight=hasattr#hasattr) method...

This is a proposal to fix the discussion in #459 Clients can send this reason field when disconnecting. This is allowed as per RFC 6455 and supported in browsers JS...