Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Use requests.Session() object for better performance #65

@rafaelcaricio

Description

@rafaelcaricio

The Elemental client uses the requests library for the connections. Would be nice to have support for maintaining the session for subsequent requests. That would allow for better performance when calling the server API multiple times, a new socket will not be created for every request as socket TCP connections can be reused between calls.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions