booksbyus / zguide

Learning and Using ØMQ

Home Page:http://zguide.zeromq.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`kvsimple` should be changed to `kvmsg`

shishirpy opened this issue · comments

In chapter 5 - Advanced Pub-Sub pattern, all examples are pointing to kvsimple while the text says kvmsg. kvmsg files are present for the following languages - C, Java and Python. I have tested the python version, kvsimple.py does not work, while kvmsg.py works with python 3.