1
0
mirror of synced 2024-11-05 02:59:16 +00:00

Merge branch 'release/2.8.1' into develop

This commit is contained in:
Mark van Renswoude 2021-10-26 13:29:54 +02:00
commit bb439fd692

View File

@ -820,7 +820,7 @@ namespace Tapeti.Connection
} }
if (connectionParams.PrefetchCount > 0) if (connectionParams.PrefetchCount > 0)
capturedPublishChannelModel.BasicQos(0, connectionParams.PrefetchCount, false); capturedConsumeChannelModel.BasicQos(0, connectionParams.PrefetchCount, false);
capturedPublishChannelModel.ModelShutdown += (_, e) => capturedPublishChannelModel.ModelShutdown += (_, e) =>
{ {