- aiohttp Sending a file-like data payload prevents connection reuse
- redis-py Question: why is `blocking` missing as a lock() parameter?
- redis-py Another race condition in health checks and pubsub
- redis-py redis.asyncio trying to reuse a closed connection writer
- redis-py asyncio RedisCluster is not working for Amazon Elasticache
- redis-py AsyncIO Cluster Mode Lock doesn't work
- redis-py Missing "blocking" argument when initializing blocking in asynchronous mode
- redis-py [Bug] Aioredis cancellation of blocking operations stucks next operations
- Requests Running requests in parallel from a zip archive can create race condition when unpacking
- redis-py TimeoutError during ClusterPipeline makes the client unrecoverable
- redis-py Async lock can enter a deadlock if it is cancelled while being released
- redis-py Instantiating BlockingConnectionPool.from_url with timeout in query args fails
- redis-py Sub-unsub-resub causes redispy to forget the channel
- redis-py connection pool in multi-thread is not thread safe
- httpx Use the existing runloop for sync calls in async handler
- httpx HTTP/2 connections are always active within ConnectionPool
- Pydantic validate_default has no effect when attribute type is Literal
- uvicorn Likely race condition with keep-alive http handling
- uvicorn uvicorn closes client connection arbitrarily
- uvicorn ValueError: 'localhost' does not appear to be an IPv4 or IPv6 address
- uvicorn Requests hang when running quart with uvicorn
- starlette "Task was destroyed but it is pending!" error when middleware dispatch func discards
- starlette TestClient.request does not honor timeout
- httpx Supporting async auth flows.
- httpx Async client does not close underlying stream thus leaving connection active which leads to
- urllib3 urllib3 hanging inside call to PoolManager request
- uvicorn `asgiref` backward compatibility
- Pydantic Dataclass instances are missing attributes at runtime