1
0
mirror of synced 2024-06-29 07:17:39 +00: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, Password = connectionParams.Password,
AutomaticRecoveryEnabled = false, AutomaticRecoveryEnabled = false,
TopologyRecoveryEnabled = false, TopologyRecoveryEnabled = false,
RequestedHeartbeat = TimeSpan.FromSeconds(30) RequestedHeartbeat = TimeSpan.FromSeconds(30),
DispatchConsumersAsync = true
}; };
if (connectionParams.ClientProperties != null) if (connectionParams.ClientProperties != null)