Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Async HTTP #240

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

Roman505050
Copy link

Synchronous code has been rewritten to be asynchronous, which gives users a lot of power. Because the majority of applications currently use asynchrony, which allows you to perform several actions at the same time and is an integral part of any project in process optimization.

The asyncio package was created in which the _V5AHTTP Manager class was rewritten to be asynchronous using the aiohttp library. The classes that follow this class were partially changed, namely, await was added during the request and an asynchronous function was made. Created file unified_trading.py in which only HTTP was implemented, just like you did, but already completely asynchronous.

I hope my contribution to this project will be useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant