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 58440c2 commit 61e1871Copy full SHA for 61e1871
projects/RabbitMQ.Client/client/impl/Connection.Commands.cs
@@ -195,11 +195,11 @@ private void MaybeStartCredentialRefresher()
195
{
196
if (_config.CredentialsProvider.ValidUntil != null)
197
198
- _config.CredentialsRefresher.Register(_config.CredentialsProvider, NotifyCredentialRefreshed);
+ _config.CredentialsRefresher.Register(_config.CredentialsProvider, NotifyCredentialRefreshedAsync);
199
}
200
201
202
- private async Task NotifyCredentialRefreshed(bool succesfully)
+ private async Task NotifyCredentialRefreshedAsync(bool succesfully)
203
204
if (succesfully)
205
0 commit comments