You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, there's no property in this RabbitMqBrokerConnection wrapper that enables the consumer of this lib to set that RMQ client property via code.
Is there any specific reason why this was set to false explicitly for this wrapper? was there a concern with Unity and the broker connection during recovery?
I'd like to understand the reasoning for that decision, before I go and fork and change that myself and find some odd/edge-case issue that you may have already come up with and why you may have set this to false from the beginning.
thanks!
The text was updated successfully, but these errors were encountered:
@CymaticLabs @meverett, I just realized that
ConnectionFactory.AutomaticRecoveryEnabled
is explicitly set tofalse
:Unity3D.Amqp/src/CymaticLabs.Unity3D.Amqp/RabbitMq/RabbitMqBrokerConnection.cs
Line 335 in 42ca5de
Also, there's no property in this
RabbitMqBrokerConnection
wrapper that enables the consumer of this lib to set that RMQ client property via code.Is there any specific reason why this was set to false explicitly for this wrapper? was there a concern with Unity and the broker connection during recovery?
I'd like to understand the reasoning for that decision, before I go and fork and change that myself and find some odd/edge-case issue that you may have already come up with and why you may have set this to false from the beginning.
thanks!
The text was updated successfully, but these errors were encountered: