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 e56a08b commit fb55b26Copy full SHA for fb55b26
RabbitMQ.AMQP.Client/Impl/AmqpConnection.cs
@@ -11,7 +11,7 @@ namespace RabbitMQ.AMQP.Client.Impl;
11
/// AmqpConnection is the concrete implementation of <see cref="IConnection"/>
12
/// It is a wrapper around the AMQP.Net Lite <see cref="Connection"/> class
13
/// </summary>
14
-public class AmqpConnection : AbstractLifeCycle, IConnection, IDisposable
+public class AmqpConnection : AbstractLifeCycle, IConnection
15
{
16
private const string ConnectionNotRecoveredCode = "CONNECTION_NOT_RECOVERED";
17
private const string ConnectionNotRecoveredMessage = "Connection not recovered";
0 commit comments