Skip to content

Commit 4d85c07

Browse files
authored
Merge pull request #1079 from apolloid/master
Update push-pull.md
2 parents 7c86f95 + 16e4573 commit 4d85c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/push-pull.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace Ventilator
3535
// Sends batch of tasks to workers via that socket
3636
Console.WriteLine("====== VENTILATOR ======");
3737
using (var sender = new PushSocket("@tcp://*:5557"))
38-
using (var sink = new PullSocket(">tcp://localhost:5558"))
38+
using (var sink = new PushSocket(">tcp://localhost:5558"))
3939
{
4040
Console.WriteLine("Press enter when worker are ready");
4141
Console.ReadLine();

0 commit comments

Comments
 (0)