Re: [zeromq-dev] Only first X messages received with PGM/0MQ c++ setup

2018-04-16 Thread Johnny Berentsen
2018-04-16 14:35 GMT+02:00 Luca Boccassi <luca.bocca...@gmail.com>: > On Mon, 2018-04-16 at 13:54 +0200, Johnny Berentsen wrote: > > 2018-04-02 15:30 GMT+02:00 Johnny Berentsen <johnny.berentsen@gmail.c > > om>: > > > > > Hi all > > > >

Re: [zeromq-dev] Only first X messages received with PGM/0MQ c++ setup

2018-04-16 Thread Johnny Berentsen
2018-04-02 15:30 GMT+02:00 Johnny Berentsen <johnny.berent...@gmail.com>: > Hi all > > So I made a small example showing my problem. Attached server.cc and client.cc at the end. Now I have a vector with size 2500 of std::strings filled with 4096 # characters. Every ten seconds

[zeromq-dev] Only first X messages received with PGM/0MQ c++ setup

2018-04-02 Thread Johnny Berentsen
Hi all I've just started dabbling with a setup (c++) of OpenPGM/ZeroMQ + protobuf so be gentle :) Everything seems to work as expected except I find that only the first X number of messages are sent when sending Y number of messages rapidly. I don't have a small test example ready, but here is