leonhard-s / auraxium

A high-level Python wrapper for the PlanetSide 2 API.
https://auraxium.readthedocs.io/
MIT License
28 stars 8 forks source link

Centralise backoff routine #30

Closed leonhard-s closed 3 years ago

leonhard-s commented 3 years ago

The exponential backoff system is currently only supported for object-model queries handled by the main client.

This logic should be moved outside the request module and extended to include other use-cases such as the event stream's websocket reconnect attempts.