zeromq / netmq

A 100% native C# implementation of ZeroMQ for .NET
Other
2.93k stars 744 forks source link

Update push-pull.md #1079

Closed apolloid closed 9 months ago

apolloid commented 9 months ago

the original example which uses a pull socket to send a frame will return an error since the pull socket does not have such function

apolloid commented 9 months ago

Hi @drewnoakes, Yes, you are right about that and I have amended it.

drewnoakes commented 9 months ago

Thanks!