Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
AppliedDuality committed Apr 18, 2013
1 parent 00350c9 commit 6268129
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Playground/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ static async Task MainAsync()
//var observer = submission.CreateObserver(new { alert = "" }, tmp.Value);
for (var n = 0; n < m; n++)
{
// submitting events can take several seconds (> 10)
// use .ToBackGround() to fire and forget
// or put tasks in a list and call .WhenAll to await all
// Also, despite returning 200 OK, some events seem to dissapear
// (or may show up much later, or get out of order)
var b = await submission.PostMessageAsync
( tmp.Value
, new { alert = string.Format("Oops I did it again {0}", n) }
Expand Down

0 comments on commit 6268129

Please sign in to comment.