1
0
mirror of synced 2024-11-25 04:03:09 +01:00

Actually fixed #29

This commit is contained in:
Mark van Renswoude 2021-06-25 09:35:26 +02:00
parent e33201dc17
commit bbfb580a97

View File

@ -656,7 +656,8 @@ namespace Tapeti.Connection
Password = connectionParams.Password,
AutomaticRecoveryEnabled = false,
TopologyRecoveryEnabled = false,
RequestedHeartbeat = TimeSpan.FromSeconds(30)
RequestedHeartbeat = TimeSpan.FromSeconds(30),
DispatchConsumersAsync = true
};
if (connectionParams.ClientProperties != null)