Hello,<div><br></div><div>I have a C# client connecting to a RabbitMQ server over an unreliable network connection. �It is both subscribing to and publishing messages. �If the network connection is lost for a period of time and then brought back online, it appears that the subscriptions will not continue to receive messages.</div>
<div><br></div><div>What are the general &quot;best practices&quot; in handling this situation? �Is there a simple property I&#39;m missing that will auto-reconnect in these situations? �Or must I manually check &amp; reconnect when the network disconnection occurs?</div>
<div><br></div><div>Thanks for any help.</div>