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 bbdc58e commit 88aa14dCopy full SHA for 88aa14d
projects/RabbitMQ.Client/Framing/Channel.cs
@@ -35,6 +35,7 @@
35
36
namespace RabbitMQ.Client.Framing
37
{
38
+ // TODO merge into ChannelBase
39
internal class Channel : ChannelBase
40
41
public Channel(ConnectionConfig config, ISession session, ushort? consumerDispatchConcurrency = null)
0 commit comments