-
Notifications
You must be signed in to change notification settings - Fork 292
Closed
Labels
clientRelated to the client (updater) implementationRelated to the client (updater) implementationenhancement
Description
Description or feature request:
Implement RequestsFetcher as a context manager and/or provide public cleanup method to be called by its users (for ex. fetcher.close() )
Current behavior:
RequestsFetcher internlly tracks all exit paths to release allocated resources which is error prone.
Expected behavior:
Reliably release all resources allocated by RequestsFetcher.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
clientRelated to the client (updater) implementationRelated to the client (updater) implementationenhancement