Skip to content

Commit f38a026

Browse files
authored
Update push-pull.md
sink is pull-socket, not push socket
1 parent e34a3fc commit f38a026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/push-pull.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Here is what we are trying to achieve :
3737
Console.WriteLine("====== VENTILATOR ======");
3838

3939
using (var sender = new PushSocket("@tcp://*:5557"))
40-
using (var sink = new PushSocket(">tcp://localhost:5558"))
40+
using (var sink = new PullSocket(">tcp://localhost:5558"))
4141
{
4242
Console.WriteLine("Press enter when worker are ready");
4343
Console.ReadLine();

0 commit comments

Comments
 (0)