Skip to content

Commit

Permalink
docs: remove code not needed since v2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexZeitler committed Jun 12, 2024
1 parent 2a9c0e5 commit 0631075
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Samples/PingPongWithRabbitMq/Pinger/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
opts
.ListenToRabbitQueue("pongs")

Check failure on line 14 in src/Samples/PingPongWithRabbitMq/Pinger/Program.cs

View workflow job for this annotation

GitHub Actions / build

; expected

Check failure on line 14 in src/Samples/PingPongWithRabbitMq/Pinger/Program.cs

View workflow job for this annotation

GitHub Actions / build

; expected
// This won't be necessary by the time Wolverine goes 2.0
// but for now, I've got to help Wolverine out a little bit
.UseForReplies();
// Publish messages to the pings queue
opts.PublishMessage<PingMessage>().ToRabbitExchange("pings");
Expand All @@ -41,4 +37,4 @@
opts.Services.AddHostedService<PingerService>();
}).RunOaktonCommands(args);

#endregion
#endregion

0 comments on commit 0631075

Please sign in to comment.