Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add TODO
Browse files Browse the repository at this point in the history
lukebakken committed Sep 27, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 2c03295 commit a38d777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/RabbitMQ.Client/Framing/Channel.cs
Original file line number Diff line number Diff line change
@@ -35,6 +35,7 @@

namespace RabbitMQ.Client.Framing
{
// TODO merge into ChannelBase
internal class Channel : ChannelBase
{
public Channel(ConnectionConfig config, ISession session, ushort? consumerDispatchConcurrency = null)

0 comments on commit a38d777

Please sign in to comment.