Actually fixed #29
This commit is contained in:
parent
e33201dc17
commit
bbfb580a97
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user