zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.95k stars 757 forks source link

cppzmq use pgm appear Protocol not supported! #438

Closed kandr-zg closed 4 years ago

kandr-zg commented 4 years ago

There was an error using pgm. terminate called after throwing an instance of 'zmq::error_t' what(): Protocol not supported

sigiesec commented 4 years ago

This is an issue of the libzmq you are using. Probably it was built without PGM support. cppzmq just passes the endpoint string through to libzmq. Please check your libzmq build and maybe report an issue in #zeromq/libzmq