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
Currently headers are not multi-thread-safe, and the calling application needs to take care on having the right multithread-behaviour.
A simple optional (?) option would be to introduce a header-mutex with a lockguard on each object. This introduces a memory overhead, but would make concurrent calls possible if they are on separate objects.
The text was updated successfully, but these errors were encountered:
Currently headers are not multi-thread-safe, and the calling application needs to take care on having the right multithread-behaviour.
A simple optional (?) option would be to introduce a header-mutex with a lockguard on each object. This introduces a memory overhead, but would make concurrent calls possible if they are on separate objects.
The text was updated successfully, but these errors were encountered: