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 d65c05a commit 98edaafCopy full SHA for 98edaaf
README.md
@@ -108,7 +108,7 @@ Note that a server round-trip is slow (3ms at a minimum; actual latency depends
108
In highly concurrent scenarios you will achieve high overall throughput out of the producer using
109
the above approach, but there will be a delay on each `await` call. In stream processing
110
applications, where you would like to process many messages in rapid succession, you would typically
111
-make use the `Produce` method instead:
+use the `Produce` method instead:
112
113
```csharp
114
using System;
0 commit comments