We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e34a3fc + f38a026 commit bd2a39dCopy full SHA for bd2a39d
docs/push-pull.md
@@ -37,7 +37,7 @@ Here is what we are trying to achieve :
37
Console.WriteLine("====== VENTILATOR ======");
38
39
using (var sender = new PushSocket("@tcp://*:5557"))
40
- using (var sink = new PushSocket(">tcp://localhost:5558"))
+ using (var sink = new PullSocket(">tcp://localhost:5558"))
41
{
42
Console.WriteLine("Press enter when worker are ready");
43
Console.ReadLine();
0 commit comments