mhowlett / NNanomsg

.NET binding for nanomsg
MIT License
179 stars 52 forks source link

allow binary topics in pub/sub #18

Closed FredFoonly closed 10 years ago

FredFoonly commented 10 years ago

In PUBSUB protocol, pub currently requires the topic to be in binary (it's prepended to the binary datagram). This changeset provides sub/unsub methods that take a binary topic.

mhowlett commented 10 years ago

looks good to me ...