Skip to content

Commit

Permalink
update per hal
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Hunter <[email protected]>
  • Loading branch information
hhunter-ms committed Jul 27, 2023
1 parent 0f62ac0 commit 3dc8810
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ namespace EventService
static async Task Main(string[] args)
{
while(true) {
System.Threading.Thread.Sleep(5000);
Random random = new Random();
await Task.Delay(5000)
var random = new Random();
int orderId = random.Next(1,1000);

//Using Dapr SDK to invoke a method
Expand Down

0 comments on commit 3dc8810

Please sign in to comment.