alpaca-py icon indicating copy to clipboard operation
alpaca-py copied to clipboard

Improve Process For Running Multiple Streams

Open haxdds opened this issue 2 years ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Is your feature request related to a problem? Please describe.

Currently, there is no simple way to run multiple streams. The users needs to use asyncio.gather manually on each run method.

Describe the solution you'd like.

Implement a way to run multiple streams simulatenously.

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

haxdds avatar Nov 09 '22 16:11 haxdds

asyncio.gather manually on each run method.

Can you provide a code example on how to do this? I have tried different ways but I am not able to figure it out.

AlejandroRigau avatar Dec 04 '22 06:12 AlejandroRigau