Skip to content

Commit 61e1871

Browse files
committed
fixup
1 parent 58440c2 commit 61e1871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/RabbitMQ.Client/client/impl/Connection.Commands.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,11 @@ private void MaybeStartCredentialRefresher()
195195
{
196196
if (_config.CredentialsProvider.ValidUntil != null)
197197
{
198-
_config.CredentialsRefresher.Register(_config.CredentialsProvider, NotifyCredentialRefreshed);
198+
_config.CredentialsRefresher.Register(_config.CredentialsProvider, NotifyCredentialRefreshedAsync);
199199
}
200200
}
201201

202-
private async Task NotifyCredentialRefreshed(bool succesfully)
202+
private async Task NotifyCredentialRefreshedAsync(bool succesfully)
203203
{
204204
if (succesfully)
205205
{

0 commit comments

Comments
 (0)