Skip to content

Commit f3b131c

Browse files
committed
use await
Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent 696e28c commit f3b131c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Performances/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
using Performances;
66

7-
BatchVsBatchSend.Start().Wait();
7+
await BatchVsBatchSend.Start().ConfigureAwait(false);

0 commit comments

Comments
 (0)