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 2a97208 commit 30176f9Copy full SHA for 30176f9
Open.ChannelExtensions.Tests/BasicTests.cs
@@ -104,7 +104,7 @@ public static async Task PipeToBounded(int testSize)
104
var sw = Stopwatch.StartNew();
105
var total = await range
106
.ToChannel(singleReader: true)
107
- .PipeTo(channel, true)
+ .PipeTo(channel)
108
.ReadAllAsync(i =>
109
{
110
result.Add(i);
@@ -138,7 +138,7 @@ public static async Task PipeToUnbound(int testSize)
138
139
140
141
142
143
144
0 commit comments