You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At an implementation level, the question of if httpx.AsyncClient should strictly enforce only being usable as a context-manager comes down to "should httpcore.AsyncConnectionPoolstrictly enforce only being usable as a context-manager?"
It's not the Client that might at some point start background tasks, but the connection pool implementation.
At an implementation level, the question of if
httpx.AsyncClient
should strictly enforce only being usable as a context-manager comes down to "shouldhttpcore.AsyncConnectionPool
strictly enforce only being usable as a context-manager?"It's not the Client that might at some point start background tasks, but the connection pool implementation.
Further notes at encode/httpx#769
The text was updated successfully, but these errors were encountered: