Skip to content

Commit

Permalink
Merge pull request #1079 from apolloid/master
Browse files Browse the repository at this point in the history
Update push-pull.md
  • Loading branch information
drewnoakes committed Nov 1, 2023
2 parents 7c86f95 + 16e4573 commit 4d85c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/push-pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace Ventilator
// Sends batch of tasks to workers via that socket
Console.WriteLine("====== VENTILATOR ======");
using (var sender = new PushSocket("@tcp://*:5557"))
using (var sink = new PullSocket(">tcp://localhost:5558"))
using (var sink = new PushSocket(">tcp://localhost:5558"))
{
Console.WriteLine("Press enter when worker are ready");
Console.ReadLine();
Expand Down

0 comments on commit 4d85c07

Please sign in to comment.