Skip to content

issues Search Results · repo:zeromq/cppzmq language:C++

Filter by

320 results
 (71 ms)

320 results

inzeromq/cppzmq (press backspace or delete to remove)

Is there an update available or planned which removes the depreciated message_t from the library and tests? cppzmq/tests/message.cpp:75:20: warning: message_t is deprecated: from 4.7.0, use constructors ...
  • nvanwyen
  • 2
  • Opened 
    26 days ago
  • #647

I m linking a cmake project against cppzmq 4.7.1, and the build steps fails with ninja: error: libzmq-NOTFOUND , needed by binary .exe , missing and no known rule to make it I discovered that libzmq ...
  • themightyoarfish
  • 1
  • Opened 
    on Nov 20, 2024
  • #645

I m trying to pin a message_t in a way I can use it later for zero copy and I m having a bear of a time doing it. In the below test the first one passes and the second one fails. I would have expected ...
  • diehard2
  • 1
  • Opened 
    on Nov 18, 2024
  • #644

The interface to zmq::socket_t was updated to deprecate using the C flags (such as ZMQ_DONTWAIT), preferring instead enum classes (zmq::recv_flags::dontwait). However, the zmq::multipart_t::send and recv ...
  • jwmelto
  • 1
  • Opened 
    on Oct 22, 2024
  • #643

I m updating legacy code to use the new socket options, and ran into an issue: error: no matching function for call to zmq::socket_t::set(const zmq::sockopt::rcvtimeo_t std::chrono::duration long int, ...
  • jwmelto
  • 1
  • Opened 
    on Oct 22, 2024
  • #642

gcc issues a warning: warning: declaration of data shadows a member of zmq::message_t [-Wshadow] It s issued by this constructor declaration: template class Char, size_t N, ...
  • ethouris
  • Opened 
    on May 23, 2024
  • #641

I m encountering an issue while trying to include the cppzmq library in my OMNeT++ project Makefile. My goal is to use cpppzmq as a messaging library for co-simulation between Carla and OMNET++ CARLANeT ...
  • isha3026
  • Opened 
    on May 6, 2024
  • #640

In a dealer socket if there is no response received, then the file descriptor will stay alive. This will cause the application to consume all the available file descriptors and then zmq fails with this ...
  • SeifHadrich
  • Opened 
    on May 2, 2024
  • #639

We have a case where we d like to hold on to zmq::message_t objects and hold them in a vector. This functionality also makes sense when, for example, building a custom load balancer to keep the routing_ids ...
  • LeKristapino
  • 1
  • Opened 
    on Apr 26, 2024
  • #638

I am a little confused by the multipart_t functions. In most/many languages, the push operation will usually default to adding the new elements on the end, at least if you google for what does push do ...
  • chadrockey
  • 1
  • Opened 
    on Apr 24, 2024
  • #637
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub