apiclient should be usable in multiple parallel threads #14

Open
opened 2024-10-08 12:46:21 +02:00 by heiko · 0 comments
Owner

Currently the EndpointParams are shared between all instances and shouldn't be manipulated one an other instance is running. So we need to make either a copy of the EndpointParams before processing any (async) request, or find some other solution.

Currently the _EndpointParams_ are shared between all instances and shouldn't be manipulated one an other instance is running. So we need to make either a copy of the _EndpointParams_ before processing any (async) request, or find some other solution.
heiko changed title from apiclient should be usable in multiple parallel thread to apiclient should be usable in multiple parallel threads 2024-10-10 23:39:15 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
heiko/gogogo#14
No description provided.