client.messages.create_async
hanging in FastAPI
#731
Labels
status: waiting for feedback
waiting for feedback from the submitter
Issue Summary
A summary of the issue and the environment in which it occurs. If suitable, include the steps required to reproduce the bug. Please feel free to include screenshots, screencasts, or code examples.
Steps to Reproduce
Client
with anAsyncTwilioHttpClient
await client.messages.create_async()
Code Snippet
If I run
create_async
like this it works:I have also tried using the regular HTTP client in a non-async path definition, but that also hangs.
Exception/Log
None, the future never resolves
Technical details:
The text was updated successfully, but these errors were encountered: