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

Refactor client for parallel usage #5

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

deperonnier
Copy link
Contributor

To make sure that concurrent calls for get and request can be made, it is easier to move some variables and logic from the class level to the function level.
This will ensure that the data retrieved after a request is always associated to this specific request.
Tests are also modified to ensure that the package is still tested.

Typos fixed to correctly use /information tab

deperonnier and others added 2 commits December 3, 2024 10:28
To make sure that concurrent calls for get and request can be made, it
is easier to move some of the logic from the class level to the function
level.

For example, this will ensure that the data retrieved after a request is always
associated to this specific request

Tests are also modified to ensure that the package is still tested.

Signed-off-by: polnico <[email protected]>
@tominardi tominardi merged commit df2b001 into tominardi:develop Dec 10, 2024
4 checks passed
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.

3 participants