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
Is your feature request related to a problem? Please describe.
I am running an async codebase, and alpaca-py is blocking
Describe the solution you'd like.
Either expose an async client (httpx is great), or add to the documentation a discussion of the concept (for example, workarounds, thread-safety, etc).
Describe an alternate solution.
No response
Anything else? (Additional Context)
Y'all are doing great work. Thanks!
The text was updated successfully, but these errors were encountered:
To be clear, this request REALLY should be implemented. It is a basic async app requirement that the task should be manageable externally, because real-world async apps will usually already be running in with an asyncio context, and therefore need to start/stop and handle exceptions externally. It's shocking (telling?) more people don't need this.... I will provide a good backwards-compatible PR if someone at Alpaca can confirm I should.
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
I am running an async codebase, and alpaca-py is blocking
Describe the solution you'd like.
Either expose an async client (httpx is great), or add to the documentation a discussion of the concept (for example, workarounds, thread-safety, etc).
Describe an alternate solution.
No response
Anything else? (Additional Context)
Y'all are doing great work. Thanks!
The text was updated successfully, but these errors were encountered: