I would like to specify a connection timeout when using the dotnet client as it appears that when the broker is unreachable, my calls to CreateConnection() block indefinitely.<div><br></div><div><div>ConnectionFactory cf = new ConnectionFactory ();</div>
<div>cf.HostName = "192.168.96.129";</div><div>var conn = cf.CreateConnection ();</div></div><div><br></div><div>Is there a way to specify the timeout in the ConnectionFactory?</div>