Commit 1ba99740 authored by Nick Craver's avatar Nick Craver

Tests: don't wait on publishes in PreserveOrder.Execute()

parent b19c4ef5
...@@ -41,7 +41,7 @@ public void Execute() ...@@ -41,7 +41,7 @@ public void Execute()
// it all goes to the server and back // it all goes to the server and back
for (int i = 0; i < COUNT; i++) for (int i = 0; i < COUNT; i++)
{ {
sub.Publish(channel, i); sub.Publish(channel, i, CommandFlags.FireAndForget);
} }
Log("Allowing time for delivery etc..."); Log("Allowing time for delivery etc...");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment