We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db52ebd commit e548767Copy full SHA for e548767
projects/client/RabbitMQ.Client/src/client/api/ConnectionFactory.cs
@@ -146,6 +146,9 @@ public class ConnectionFactory
146
/// <summary>Timeout setting for connection attempts (in milliseconds)</summary>
147
public int RequestedConnectionTimeout = DefaultConnectionTimeout;
148
149
+ /// <summary>
150
+ /// When set to true, background threads will be used for I/O and heartbeats.
151
+ /// </summary>
152
public bool UseBackgroundThreadsForIO = false;
153
154
/// <summary>Dictionary of client properties to be sent to the
0 commit comments