Skip to content

Commit 32a09d5

Browse files
authored
Update ThreadChannel.cs
1 parent 5205723 commit 32a09d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Vertex.Utils/Channels/ThreadChannel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class ThreadChannel<T> : IMpscChannel<T>, ISequenceMpscChannel
3232
/// </summary>
3333
private int maxMillisecondsDelay;
3434

35-
public ThreadChannel(ILogger<BufferBlockChannel<T>> logger, IOptions<ChannelOptions> options)
35+
public ThreadChannel(ILogger<ThreadChannel<T>> logger, IOptions<ChannelOptions> options)
3636
{
3737
this.logger = logger;
3838
this.maxBatchSize = options.Value.MaxBatchSize;

0 commit comments

Comments
 (0)