Skip to content

Commit bd2a39d

Browse files
authored
Merge pull request #772 from moreal/patch-1
Update push-pull.md, Fix wrong variable type
2 parents e34a3fc + f38a026 commit bd2a39d

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)