We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c86f95 + 16e4573 commit 4d85c07Copy full SHA for 4d85c07
docs/push-pull.md
@@ -35,7 +35,7 @@ namespace Ventilator
35
// Sends batch of tasks to workers via that socket
36
Console.WriteLine("====== VENTILATOR ======");
37
using (var sender = new PushSocket("@tcp://*:5557"))
38
- using (var sink = new PullSocket(">tcp://localhost:5558"))
+ using (var sink = new PushSocket(">tcp://localhost:5558"))
39
{
40
Console.WriteLine("Press enter when worker are ready");
41
Console.ReadLine();
0 commit comments