Merge tag '1.3.3' into develop
This commit is contained in:
commit
3f9b79403a
@ -26,9 +26,12 @@ namespace Tapeti.Connection
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public Task RebindQueues()
|
public async Task RebindQueues()
|
||||||
{
|
{
|
||||||
return BindQueues();
|
await BindQueues();
|
||||||
|
|
||||||
|
if (consuming)
|
||||||
|
await Task.WhenAll(queues.Select(queue => workerFactory().Consume(queue.Name, queue.Bindings)).ToList());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user