Skip to content

Why is AutomaticRecoveryEnabled explicitly set to false? #11

@tafs7

Description

@tafs7

@CymaticLabs @meverett, I just realized that ConnectionFactory.AutomaticRecoveryEnabled is explicitly set to false:

https://github.com/CymaticLabs/Unity3D.Amqp/blob/42ca5de66fcda21ef6a4040bade99118b2ad6374/src/CymaticLabs.Unity3D.Amqp/RabbitMq/RabbitMqBrokerConnection.cs#L335

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions