We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb59cfc commit eb3d3a7Copy full SHA for eb3d3a7
src/Confluent.SchemaRegistry/Rest/Authentication/BearerAuthenticationHeaderValueProvider.cs
@@ -34,7 +34,7 @@ public class BearerAuthenticationHeaderValueProvider : IAuthenticationBearerHead
34
private readonly int retriesWaitMs;
35
private readonly int retriesMaxWaitMs;
36
private readonly HttpClient httpClient;
37
- private BearerToken token;
+ private volatile BearerToken token;
38
private const float tokenExpiryThreshold = 0.8f;
39
40
public BearerAuthenticationHeaderValueProvider(
0 commit comments