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
Hi! I've been using this package for a bit, and for performance reasons I've had to create a modified TwirpClient that makes http requests using aiohttp instead of requests, so that ASGI apps can use the clients to make calls in a non-blocking way. Would you be open to adding such a class if a PR was raised?
The text was updated successfully, but these errors were encountered:
Hi @essnine - I forgot to look at open issues first, but opened this PR earlier this week. Since it seems you've also been thinking about this, please let me know if you have any feedback or suggestions for improvement. Thanks!
Hi! I've been using this package for a bit, and for performance reasons I've had to create a modified TwirpClient that makes http requests using aiohttp instead of requests, so that ASGI apps can use the clients to make calls in a non-blocking way. Would you be open to adding such a class if a PR was raised?
The text was updated successfully, but these errors were encountered: