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
Implement client instance reuse to avoid redundant TCP connections (#56)
This PR modifies the `Client` class to ensure that a single instance is
reused for the same `server_url` and `auth_key`, preventing the creation
of multiple TCP connections to the Electricity Trading API.
This change is especially useful in environments with multiple actors or
services interacting with the same API.
0 commit comments