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

2018-04-16 Thread Luca Boccassi
On Mon, 2018-04-16 at 18:25 +0200, Johnny Berentsen wrote: > 2018-04-16 14:35 GMT+02:00 Luca Boccassi : > > > On Mon, 2018-04-16 at 13:54 +0200, Johnny Berentsen wrote: > > > 2018-04-02 15:30 GMT+02:00 Johnny Berentsen > > il.c > > > om>: > > > >

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 : > On Mon, 2018-04-16 at 13:54 +0200, Johnny Berentsen wrote: > > 2018-04-02 15:30 GMT+02:00 Johnny Berentsen > om>: > > > > > Hi all > > > > > > > > > > Now I have a vector with size 2500 of

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

2018-04-16 Thread Luca Boccassi
On Mon, 2018-04-16 at 13:54 +0200, Johnny Berentsen wrote: > 2018-04-02 15:30 GMT+02:00 Johnny Berentsen om>: > > > 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

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 : > 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 I loop through

[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