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 696e28c commit f3b131cCopy full SHA for f3b131c
Examples/Performances/Program.cs
@@ -4,4 +4,4 @@
4
5
using Performances;
6
7
-BatchVsBatchSend.Start().Wait();
+await BatchVsBatchSend.Start().ConfigureAwait(false);
0 commit comments