zeromq / netmq

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

Xpub Doco includes incorrect method calls for publisher socket #790

Closed robvon closed 4 years ago

robvon commented 5 years ago

Environment

NetMQ Version:   4.0.0.1 
Operating System:  Doesn't matter
.NET Version:     Ditto

Expected behaviour

publisher socket sends frame with topic

Actual behaviour

publisher socket uses the syntax "pubSocket.SendMore("TopicA").Send(msg);" There is no "SendMore" method on a publisher socket. There is a SendMoreFrame, SendFrame

Steps to reproduce the behaviour

Attempt to compile example by copying code

Interesting how you got it to run....

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had activity for 365 days. It will be closed if no further activity occurs within 56 days. Thank you for your contributions.